Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56067
    Jamie
    Member

    Hi I would like to decrease the top padding in the featured content area on the frontpage. I’ve tried changing the CSS but I’m not having any luck. Can you provide the CSS for me? Otherwise I really like this theme.
    Thank you!

    #56073
    Sakin
    Keymaster

    @Jamie: You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #featured-post { padding-top: 30px; }

    #56121
    Jamie
    Member

    Hi Sakin,
    I tried that and it didn’t change anything.
    My website is http://quick.dljcreative.com.

    Thanks,
    Jamie

    #56196
    Sakin
    Keymaster

    @Jamie: I see that you have set H2 tag to white color so it is not showing your Featured Content Title as your background is also white. So, the space is of ”
    Featured Content Headline Text”. So, please remove following css from your Custom CSS box and you will see it.

    h2 {
            color: #ffffff;
    	font-size: 40px;
        }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Front Page Featured Content Padding’ is closed to new replies.