3rd Front page blog post rolling under

Discussion in 'ButterBelly WordPress Theme' started by kazeed, Nov 29, 2013.

  1. kazeed

    kazeed New Member

    Joined:
    Aug 23, 2012
    Messages:
    8
    Likes Received:
    0
    Please help. I have recently set up this theme at a site and the third blog post rolls under the other two on the first page instead of sitting beside. I did a test site before the original and it worked perfectly, but on the original it won't. I have been trying to eliminate things on the front page to see if I can work out what is causing this but I can't locate.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_blog_content ul {
    padding-left: 0;
    }
    This will solve your issue.
     

Share This Page