Site logo

Archived topic

Spacing Issues - Customizer Shows It But Site Does Not

23 replies · Started by Kenneth on April 16, 2017

Viewing posts 1–15 of 24

For several months now I've had spacing issues on my front page with containers. I can spacing as it used to be in customizer but the site is not showing them. Could it be a CSS issue that I am not aware of? I've got screenshots of both but can't post them here currently.

Thoughts?

Hi Kenneth,

You can upload the screenshots to a site like this: https://postimage.io/ and post the direct link here.

It might be more helpful if you can provide a link to your site though.

Let me know.

The code for the front page does match the settings you have in the customizer.

In the screenshot I provided (https://s21.postimg.org/ciidt172f/2017-04-17_1136.png), the left sidebar is not showing (blocked by AdBlock I assume) which is why it's not aligning on the left hand side.

Let me know if I'm still missing something :)

I see. This is because the width of 180px you set for the advertisement is overwriting the left sidebar width:

.advertise-here-left-side {
    width: 180px;
    height: auto;
    margin-left: -30px;
    margin-top: -20px;
    color: #116ea3;
    text-align: center;
    background: #FDF5E6;
    line-height: 12px;
    font-size: 12px;
    border: 1px solid #000000;
}

I think the best way is probably inserting the advertisement widget in sidebar without giving it any specific style and let GP handles it.

Thanks. I tried taking the width out and that didn't work either. Looks like I'll have to play around with some coding and see what is causing that. I have my static front page in customizer to display my latest post, can you offer any advice about how to adjust the settings just for that option?

Sorry not sure what settings and options you are referring to?

I was wondering when a static front page is set to latest post where are the settings or options (if any) for the latest post.

I think I have discovered the issue but don't know how to solved it yet. When I deactivate my widgets that are showing my sidebar ads there is an Archive widget that is showing up even though I do not have one activated. Any thoughts on how to track that down?

As a follow up, I never have been able to solved the problem. I just noticed another thread having the same issues (https://generatepress.com/forums/topic/problems-customize-editing/). I turned off my caching plugin but that didn't help my case either.

I noticed I have the problem on my home page and then when search results are shown.

Any thoughts?

This archived topic is closed to new replies.