[Resolved] Left Sidebar Issue

Home Forums Support [Resolved] Left Sidebar Issue

Home Forums Support Left Sidebar Issue

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #329109
    Sebastián

    Hi so first of all i already cleaned my cache so i don’t know what is the problem.

    1 – My blog page looks like this: http://i.imgur.com/04DroUU.png (see right sidebar)
    But while im editing looks like this: http://i.imgur.com/yTYdA8j.png (which is exactly how i want it)

    2 – My Single Post Page looks like this: http://i.imgur.com/7MFMznV.png (see right sidebar)
    While im editing looks like this: http://i.imgur.com/HK69Kkz.png (which is exactly how i want it)

    The problem is that the right sidebar looks different and also with different sizes.
    Im trying to emulate something like this: http://i.imgur.com/zmnFpZW.png so if you guys have any tips for achieving something similar i would be grateful.

    Also, i would like to put the blog post title above the featured image if its possible.

    Thanks!

    #329110
    Leo
    Staff
    Customer Support

    Hi there,

    So the preview is different than the live site then it’s generally a caching issue…any caching plugins installed or server caching?

    Can you provide a link to your site? Thanks!

    #329112
    Sebastián

    W3 Total Cache installed.

    http://www.mmarketingonline.com/blog/ and the single posts are there to click.

    #329138
    Leo
    Staff
    Customer Support

    This is what I see and everything looks normal to me? https://s30.postimg.org/9bwawkg1t/2017-06-05_2233.png

    Looks like you have this CSS added to push the sidebar down?

    @media (min-width:769px) {
        .separate-containers .inside-right-sidebar {
            padding-top: 40px;
        }
    }

    Again if something works in preview and not on live site then it’s some sort of caching issue.

    You can try deleting then deactivating W3 Total Cache. If not then perhaps some server caching going on.

    #329303
    Sebastián

    Deleting that code worked on blog page.

    And what are you seeing in the single post page?

    Also, i would like to put the blog post title above the featured image if its possible (in the single post page).

    #329306
    Sebastián

    It seems to be a difference in the size of the sidebar between the sidebar on the blog page and the single post. The one in the single posts is bigger and pushed down.

    I already tried in another computer.

    #329307
    Sebastián

    Now works fine!

    Excellent.

    Now the only thing that im missing is this: i would like to put the blog post title above the featured image if its possible (in the single post page).

    #329381
    Leo
    Staff
    Customer Support

    Customizer > Layout > Page Header > Single Post Header Location > Above Content Area

    #329409
    Sebastián

    Awesome now it looks like this: http://i.imgur.com/tD580Uk.png

    Any codes to reduce the spacing between the featured image and the date-author-post title?

    #329417
    Leo
    Staff
    Customer Support

    Try this:

    .inside-article .page-header-image-single.page-header-below-title {
        margin-top: 1em;
    }
    #329846
    Sebastián

    Great! Thanks!

    #329921
    Leo
    Staff
    Customer Support

    You’re welcome!

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