Blog posts not aligning correctly

Discussion in 'ColorWay WordPress Theme' 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
    Hi!
    I just bought the COLOR WAY full theme and now I have a problem with the front page and blog posts.

    They are partly hidden outside the page "frame". It also affects the quotation at the bottom of the front page.

    There was no such a problem with the LITE version of the theme when I was playing around with it. I had same widgets and images on the front page.

    Let me know what other information you need from me.

    Thank you!

    blog post alignment wrong.PNG
     
  2. inkmoilanen

    inkmoilanen New Member

    Joined:
    Nov 21, 2014
    Messages:
    5
    Likes Received:
    0
  3. 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
     
  4. inkmoilanen

    inkmoilanen New Member

    Joined:
    Nov 21, 2014
    Messages:
    5
    Likes Received:
    0
    Thank you ! Issue is corrected.
     
Thread Status:
Not open for further replies.

Share This Page