Tagged: x
-
AuthorPosts
-
November 16, 2016 at 4:40 am #1259176
ChristopherModeratorHi there,
Please update this code :
footer.x-colophon.bottom { width: 100%; max-width: 1000px; margin: 0 auto; } .x-colophon.top { width: 86% !important; max-width: 1000px !important; margin: 0 auto !important; }To :
footer.x-colophon.bottom,.x-colophon.top { width: 86%; max-width: 1000px; margin: 0 auto; }Hope it helps.
November 16, 2016 at 10:53 am #1259596
s_gogosParticipantThanks.
Now everything shows up OK
BUT
not my homepage!See the screenshot…
November 16, 2016 at 1:09 pm #1259745
JoaoModeratorHi There,
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
Joao
November 16, 2016 at 1:21 pm #1259755
s_gogosParticipantThis reply has been marked as private.November 16, 2016 at 3:06 pm #1259891
JoaoModeratorHi There,
Please update the code you have on Appereance > Customizer > Custom > CSS to:
footer.x-colophon.bottom,.x-colophon.top { width:100%; max-width: 1000px; margin: 0 auto; }Hope that helps
Joao
November 16, 2016 at 3:30 pm #1259937
s_gogosParticipantThank you!
I think the problem is solved.November 16, 2016 at 3:40 pm #1259966
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
November 17, 2016 at 4:24 am #1260787
s_gogosParticipantHello,
Unfortunately it’s not… 🙁
I’ve attached another screenshot.The problem is that for some reason the footer (with the footer widget) doesn’t obey to the codes you give me.
The code fixes either my home page or my blog page and my posts.
Not both!With the last code you gave me, the problem is fixed on my home page but not on the blog and the individual posts.
So now the home page appears boxed and OK but on the blog and the posts the footer area is boxed only in screens bigger than 1000px.
If the screen has length smaller than 1000px, lets say 500px, the footer will take its max width and won’t go the same width with the rest of the page!This is the code I’m using now:
footer.x-colophon.bottom,.x-colophon.top {
width:100%;
max-width: 1000px;
margin: 0 auto;
}November 17, 2016 at 6:09 am #1260906
Paul RModeratorHi,
To fix it, you can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 1200px) { footer.x-colophon.bottom, .x-colophon.top { width: 86% !important; } }Hope that helps.
November 17, 2016 at 7:06 am #1260949
s_gogosParticipantNo, it didn’t.
Now the footer looks like this (see attached)November 17, 2016 at 2:31 pm #1261505
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
(function($) { $('.x-colophon.top').insertAfter('.x-container.max.width.offset'); $('.x-colophon.bottom').insertAfter('.x-colophon.top'); })(jQuery);Let us know how this goes!
November 18, 2016 at 4:45 am #1262354
s_gogosParticipantHi,
Did you check this code on my site and it works fine??
Because to me it doesn’t work.
Probably this is my home page only (in your screenshot).
Because when I put the code you told me, my blog page (where my new posts go) and also all my blog posts appear like this (see the attachment) :I’ve cleared the cache etc…
Should I leave the code you gave me in the previous messages as well?
November 18, 2016 at 5:37 am #1262387
RadModeratorHi there,
I just checked your site and it’s working. Please clear your browser cache before testing.
Thanks!
November 18, 2016 at 6:06 am #1262400
s_gogosParticipantYou just sent me a screenshot of my home page and as I’ve told you the problem isn’t my homepage!
The problem is on my blog page and on my posts!
Also I’ve cleared my browser cache.
Please check my blog page and my posts. The footer in these pages doesn’t appear boxed but full width!
Am I doing something wrong with the page layouts or something?
November 18, 2016 at 6:29 am #1262412
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
body .x-colophon.top, body .x-colophon bottom { margin: 0 auto; width: 86%; max-width: 1000px; } body .x-colophon.top .x-container.width, body .x-colophon bottom .x-container.width { width:100%; }Hope that helps
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1254537 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
