Some spaces

Discussion in 'Appointway WordPress Theme' started by lyubo, Mar 4, 2016.

Thread Status:
Not open for further replies.
  1. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Hello,

    I made one background for the feature area, but the space between text and border was to little. Then I set
    .feature_content {
    padding-left: 10px;
    padding-top: 10px;
    }
    It worked well but the third box gone under the two another boxes.
    I simulated it with the Firebug and I could change the margin of the boxes and it worked well, too.
    My issue is, that I make a syntax mistake in the custom css and I could not set it there. Here what I tried:
    .featurebox_desc first, .featurebox_desc second,
    .featurebox_desc third {
    margin-right: 10px;
    }
    Can you say me what is my mistake? Please see the screenshots.

    Thank you!
    screenshot1.JPG screenshot2.JPG
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please try below code and check after that....?
    Code:
    .featurebox .featurebox_desc {
        margin-right: 23px;
    }
    .featurebox_desc.third img {
        margin-top: 75px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    It works perfect, thank you!
    Great support!
     
  4. priya

    priya Guest

    Thanks a huge lot for your appreciation...:)

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page