Tagged: x
-
AuthorPosts
-
February 3, 2017 at 10:34 am #1356895
christiaanakkermansParticipantHi,
How can I change the page width of only the blog post pages?
Thanks.
Chris
February 3, 2017 at 11:54 am #1356998
RahulModeratorHey There,
Thanks for writing in!
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
February 3, 2017 at 1:19 pm #1357093
christiaanakkermansParticipantHi,
The url is chrisakkermans.com
thnx
February 3, 2017 at 9:17 pm #1357571
FriechModeratorHi There,
Do you mean the individual blog posts? Please add this on your custom CSS on Customizer.
.single .x-container.max.offset { width: 100%; max-width: none; }Hope it helps, Cheers!
February 4, 2017 at 12:05 am #1357662
christiaanakkermansParticipantThis reply has been marked as private.February 4, 2017 at 12:06 am #1357664
christiaanakkermansParticipantAnd yes I mean the individual blog posts AND I mean the blog posts overview page as well…
thnx.
February 4, 2017 at 1:47 am #1357706
FriechModeratorHi There,
Saw a couple of syntax error on your custom CSS, lets address that first. Look for this block and remove the extra closing bracket.
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea { padding: 7px 10px; } }Find this block and add the missing closing bracket.
.x-topbar { z-index:1;And then since you want to affect the blog index page as well, please update the given css code to this.
.single .x-container.max.offset, .blog .x-container.max.offset { width: 75%; }Thanks.
February 4, 2017 at 3:01 am #1357745
christiaanakkermansParticipantHi,
Perfect! Thank you SO MUCH!
Chris
February 4, 2017 at 3:08 am #1357750
Rue NelModeratorHey Chris,
You’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread.Cheers.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1356895 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
