Tagged: x
-
AuthorPosts
-
October 26, 2016 at 12:59 pm #1231929
vxvbyaParticipantHi I want to make my blog pages full width(no container) and also I want to be able to change the background colour for each post. Would you be kind enough to help me?I tried following the information you gave to other users who asked the same question, but for some reason it doesn’t seem to do the trick for my website.
Thank you!
Regards,
BiancaOctober 26, 2016 at 1:37 pm #1231978
RahulModeratorHey There,
Thanks for writing in!
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
October 26, 2016 at 1:51 pm #1231997
vxvbyaParticipantThis reply has been marked as private.October 26, 2016 at 2:48 pm #1232072
JoaoModeratorHi Bianca,
Please add the following code to Appereance > Customizer > Custom > CSS
.blog, .single-post .x-main.left { width: 100%; max-width: none; } .single-post aside.x-sidebar.right { display: none; } .blog, .single-post .entry-content { padding: 0 !important; } .blog, .single-post .entry-wrap .x-container.max { min-width: 100%; width: 100%; } .single-post .p-meta { display: none; } .blog .entry-content { width: 100%; margin: 0; padding: 0; } .blog .entry-title a:hover, .blog .entry-title a { font-size: 80%; } .blog div.x-container.max.width { margin: 0px; width: 100%; max-width: none; } .blog header .x-container.max.width { width: 88% !important; max-width: 1200px; margin-left: 12%; }Hope it helps
Joao
October 26, 2016 at 3:09 pm #1232083
vxvbyaParticipantIt didn’t solve the posts problem. As you can see in the attached image, the posts still have the with container. I don’t want the with container for any of them, I want them to be full width. Any suggestions?
Thank you!
Bianca
October 26, 2016 at 9:06 pm #1232494
Rue NelModeratorHello There,
Thanks for sending the screenshot. To make the single blog post display in fullwidth, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.single-post .site > .x-container.max.width.offset { width: 100%; max-width: 100%; margin: 0 auto; } .single-post .entry-wrap{ padding: 0; }And please keep in mind that every time you insert a section in Cornerstone, there is a default column container. If you want to display the row as fullwidth with the same as the browser width, you must disable the column container in the row settings.
Hope this helps.
October 27, 2016 at 7:08 am #1233016
vxvbyaParticipantHi. Thanks for the reply. It solved the width problem, but at the bottom after the section ends you can see the background(grey colour). There is a distance between the section end and footer as you can see in the picture below.
Can you help me fix that? I want to eliminate that portion of visible grey background so it will remain just the section and footer.Thank you!
Bianca
October 27, 2016 at 7:43 am #1233057
JoaoModeratorHi There,
Which specific page you are getting this? I checked your website and could not see it, please provide the URL.
Thanks
Joao
October 27, 2016 at 7:55 am #1233075
vxvbyaParticipantDashboard->posts->each post has this problem at the bottom.(you could not see it since I have my posts as drafts, not published yet)
Also is there a way to eliminate the white page template, so the post will show only the sections that I add?
Thank you!
BiancaOctober 27, 2016 at 8:26 am #1233123
JoaoModeratorHi Bianca,
Thanks for clarifying,
To remove the grey bar you need to turn off the comments on your posts.
You can click Quick Edit on Dashboard->posts->each post and turn off Allow Comments.
Regarding the white bars you want to remove please click on your section on Cornerstone and remove the 45px padding you have set on top and bottom padding.
Hope that helps
Joao
October 27, 2016 at 8:49 am #1233143
vxvbyaParticipantThank you for all you help!
Bianca
October 27, 2016 at 9:42 am #1233222
JoaoModeratorYou are welcome,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1231929 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
