Home Forums Pro Themes Biography Pro Single Post Blog Page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #974
    kevlvn
    Participant

    I really like this theme, but I do have a couple of questions. First, everything lines up on the blog page between content and sidebar, but in the single post format, the sidebar gets pushed down. Is there a way to keep the alignment. It looks a little wonky.
    http://cwmemory.com/blog/
    http://cwmemory.com/2016/01/20/how-finding-your-roots-manipulates-the-past/

    #984
    wensolutions
    Keymaster

    Hi kevlvn,

    Custom CSS should do the trick in this case. Please paste the following snippet in Appearance -> Customize -> Theme Options -> Custom CSS field.

    .single .wrapper.page-inner-title {
        width: 66%;
    }
    
    .single div#secondary {
        position: relative;
        top: -60px;
    }

    Hope this helps resolving this issue.

    Thanks

    #985
    kevlvn
    Participant

    That works, but is there a way of leveling out the sidebar with the post title on single post page. In other words, the sidebar is still slightly pushed down. Thanks again.

    #986
    wensolutions
    Keymaster

    Well, did you paste the given code in required Custom CSS field of your Customizer ?

    #987
    kevlvn
    Participant

    It works. When the title goes to two lines the sidebar lines up with that second line instead of the first. It’s a minor issue. Thanks.

    #989
    wensolutions
    Keymaster

    Try increasing the ‘top’ CSS property that would level the sidebar with post title. I think you can replace it with following value.

    .single div#secondary {
        position: relative;
        top: -88px; /* adjust this CSS value if required */
    }
    #990
    kevlvn
    Participant

    Perfect!

    #991
    wensolutions
    Keymaster

    Cheers ! glad that it worked!!. If you have any other problem or queries, feel free to post.

    Thanks

    #992
    kevlvn
    Participant

    Already posted another question about home page button in header.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.