Site logo

Archived topic

Left Sidebar Issue

11 replies · Started by Sebastián on June 5, 2017

Viewing posts 1–12 of 12

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!

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!

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.

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).

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.

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).

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

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?

Try this:

.inside-article .page-header-image-single.page-header-below-title {
    margin-top: 1em;
}

Great! Thanks!

You're welcome!

This archived topic is closed to new replies.