Tagged: x
-
AuthorPosts
-
September 25, 2016 at 11:07 am #1189827
Michael PParticipantI have an issue with a left-aligned header on my site appearing differently on pages vs posts. Please look at these examples to see the difference:
The position of the logo on the homepage is what I want consistent throughout the site, while maintaining a full-width layout.
The site is behind an under construction page so you will need to log in to see what’s happening.
September 25, 2016 at 11:09 am #1189828
Michael PParticipantThis reply has been marked as private.September 25, 2016 at 11:11 am #1189829
ThaiModeratorHi Michael,
Your website is in construction mode.
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 / password
β FTP credentialsDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 25, 2016 at 11:15 am #1189831
Michael PParticipantThis reply has been marked as private.September 25, 2016 at 11:50 am #1189850
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-navbar-inner .x-container.max.width { width: 100%; max-width: 100%; }Hope it helps π
September 25, 2016 at 11:55 am #1189852
Michael PParticipantThanks, but this has the opposite effect to the one required!
I need posts to look like the homepage, i.e. with the logo and menu indented left and right. Your code removed the indentation on the homepage.
September 25, 2016 at 12:07 pm #1189855
RupokMemberHi there,
Sorry for the confusion. However it’s happening because you have added the below code :
.single .x-container.max { max-width: 100% !important; }So you can add the below code as well to solve this :
.single .x-navbar-inner .x-container.width { max-width: 1200px !important; width: 98% !important; }Hope this helps.
September 25, 2016 at 12:21 pm #1189868
Michael PParticipantThanks – that worked!
One other problem related to the navbar. On every page except the homepage, the font weights of both the logo and the menu seem slightly heavier. You probably need to view on a retina display to see this.
Looks like a bug in the theme, as there’s no custom CSS that could be causing it.
Any ideas?
September 25, 2016 at 12:40 pm #1189884
RupokMemberHi there,
Thanks for writing back. Just checked with iMac Retina display and both home and other pages seems exactly on same weight on my end. I can’t see any difference.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1189827 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
