I am trying to make it so that I have my rows going full width across my site on both pages and posts. I have accomplished getting to to be full width on the pages, but the posts still have padding on either side of the rows even though the settings are geared towards full width.
Hey Carter,
Welcome to BB forums! Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.
Thanks!
KC
[Content Hidden]
Hey Carter,
The CSS snippet below should do the trick!
.single .fl-page-content > .container {
width: 100%;
}
Ben
Hey Ben,
Do I put that CSS in the blog post CSS section? the full width is working on my pages, just not on the posts
thanks
Hi Carter,
Copy and paste the CSS provided by Ben into your custom CSS via either your child theme style.css or in the Customizer > Code > CSS Code.
All the best,
Danny
I copied the CSS like Danny said but still no luck. the blog post still has padding on either side
Nevermind, I was putting it in the wrong place… I got it now! thank you!
Is there a way I can add in code to make the row start at the very top of the screen as well?
One last question… will this mess up or conflict with future updates?
Hey Carter,
Not really sure what you mean there. Your row is starting at the top of the screen. Do you mind sharing a screenshot of what you meant so we can check? You can upload images to imgur, then paste the link here.
One last question… will this mess up or conflict with future updates?
It won’t, so long as you place it under the CSS Code section in the theme customizer.
Ben
Here is what I am talking about Ben
There is still padding at the top of the pages for posts
Gotcha! Didn’t notice you added a negative top margin on your first row. Try adding the CSS snippets below and see if it works.
.single.fl-builder .fl-content {
margin: 0 0 40px;
}
.single.fl-builder .fl-post-header {
margin-bottom: 0;
}
This will only affect Single Posts that are using the builder.
Ben
This worked Ben!
Thanks man!
Hey Carter,
No worries at all and glad I could help! Enjoy BB!
Ben
[Content Hidden]
[Content Hidden]
[Content Hidden]
[Content Hidden]
Glad it was just a fluke and you figured it out! Have fun with BB!
Ben
[Content Hidden]