Tagged: cornerstone
-
AuthorPosts
-
September 26, 2016 at 2:28 am #1190426
Hello,
I would like to make my logo bar and navigation bar full width on my site.
September 26, 2016 at 2:29 am #1190428This reply has been marked as private.September 26, 2016 at 2:30 am #1190429Hi there,
Thanks for writing in! You are using Boxed Layout so it’s not possible to make them edge-to-edge fullwidth unless you set “Fullwidth Layout” from Customize > Layout and Design.
Cheers!
September 26, 2016 at 3:05 am #1190449This reply has been marked as private.September 26, 2016 at 3:15 am #1190463Hi there,
Please select full width layout under Customize -> Layout and design.
Please select one of page templates with container under cornerstone settings tab/general.Hope it helps.
September 26, 2016 at 3:20 am #1190467Sorry but I’m not super savvy at this sort of stuff. I previously had it setup with container but the background image didn’t appear on the sides of the body section. Only in the spaces to the left and right of the header. How can I select this format and still have it show the background image on the sides of the body content?
September 26, 2016 at 3:28 am #1190469Hi there,
Please add following code in Customize -> Custom -> CSS :
.x-container.main:before { background-color: transparent; } .x-container.max.width.main { background-color: #fff; padding:10px; }
Hope that helps.
September 26, 2016 at 3:41 am #1190478I added it but it didn’t do anything.
See here there is no background image shown.
September 26, 2016 at 3:53 am #1190486Hi there,
There is a missing curly bracket in your code.
Please find this code:.x-logobar { text-align: middle;
And update it to :
.x-logobar { text-align: middle; }
Thanks.
September 26, 2016 at 6:34 am #1190687Thanks. that did.
September 26, 2016 at 6:53 am #1190708You’re welcome.
-
AuthorPosts