- This topic has 23 replies, 3 voices, and was last updated 3 years, 7 months ago by
Tom.
-
AuthorPosts
-
April 16, 2017 at 4:54 pm #306645
Kenneth
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?
April 16, 2017 at 6:20 pm #306656Leo
StaffCustomer SupportHi 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 17, 2017 at 11:12 am #306924Kenneth
Yeah I should have just posted the URL to start with, my brain was tired last night and I wasn’t thinking. Here’s the URL http://wataugaonline.com/
The front page is where spacing issues are. Here’s a link to a screenshot as to how the page appears in customizer and should appear online. https://s1.postimg.org/d0yrzgien/Screen_Shot_04-16-17_at_07.54_PM.jpg
April 17, 2017 at 11:36 am #306935Leo
StaffCustomer SupportSorry what specific spacing problem are you having?
I see the code matches your customizer setting (container width 1050px and separating space 28px)
Here is what I see: https://s21.postimg.org/ciidt172f/2017-04-17_1136.png
Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 17, 2017 at 11:41 am #306936Kenneth
My front page at wataugaonline.com is not matching up to what I publish in the customizer https://s1.postimg.org/d0yrzgien/Screen_Shot_04-16-17_at_07.54_PM.jpg. Could it be I have a CSS code somewhere over riding the customizer?
April 17, 2017 at 11:47 am #306938Leo
StaffCustomer SupportThe 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 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 17, 2017 at 11:55 am #306941Kenneth
Yeah your ad blocker is not letting you see how the whole front page is not spacing correctly. Here’s a shot of how the front page is showing up https://s10.postimg.org/uzncxkj49/Screen_Shot_04-16-17_at_07.55_PM.jpg
April 17, 2017 at 12:01 pm #306945Leo
StaffCustomer SupportI 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 17, 2017 at 2:10 pm #306992Kenneth
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?
April 17, 2017 at 3:19 pm #307013Leo
StaffCustomer SupportSorry not sure what settings and options you are referring to?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 17, 2017 at 3:48 pm #307021Kenneth
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.
April 17, 2017 at 3:58 pm #307023Leo
StaffCustomer SupportThere are lots of options for them.
The majority would be in Customizer > Blog: https://docs.generatepress.com/article/blog-overview/
But for things like colors and typography they would still be in the Colors and Typography section in the customizer:
https://docs.generatepress.com/article/colors-overview/
https://docs.generatepress.com/article/typography-overview/Let me know if you need more info.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 18, 2017 at 11:16 am #307398Kenneth
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?
April 18, 2017 at 1:20 pm #307457Tom
Lead DeveloperLead DeveloperWhen no widgets exist in a sidebar, GP will display some default ones to prevent a big empty space from appearing.
If you don’t want any widgets to appear, you can simply turn off the sidebar: https://docs.generatepress.com/article/sidebar-layout/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 18, 2017 at 3:03 pm #335432Kenneth
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?
-
AuthorPosts
- You must be logged in to reply to this topic.