Blog posts not correctly aligned on front page and in site

Discussion in 'Forum Rules' started by inkmoilanen, Nov 21, 2014.

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

    inkmoilanen New Member

    Joined:
    Nov 21, 2014
    Messages:
    5
    Likes Received:
    0
    I just bought the full version of the COLOR WAY theme for wordpress and now it seems that the blog posts are cut off wrongly on the front page. How can I change the setting or css or whatever the thing which is causing this? Please see the screenshot attached for further explanation.

    There was no issue with the blog post alignment in the LITE version of this theme.

    Thank you!
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-wrap .blog ul {
    margin-left: 0;
    }
    blockquote.home_blockquote {
    padding-bottom: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 65px;
    min-height: 50px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. inkmoilanen

    inkmoilanen New Member

    Joined:
    Nov 21, 2014
    Messages:
    5
    Likes Received:
    0
    Thank you so much! It corrected the issue!
     
Thread Status:
Not open for further replies.

Share This Page