Tagged: x
-
AuthorPosts
-
January 30, 2017 at 11:23 am #1351060
JoaoModeratorHi There,
Your header looks consistent across your pages
Would you mind to clarify what you are worried about?
Cheers
February 7, 2017 at 4:19 pm #1361843
sebagcParticipantHi Joao,
Please note that in the Home and Servicios Page, the logo is centered. But in the Blog and About(quienes somos) the logo is not centered.(i attached some pictures)
The reason for that, is that i have a single page navigation menu in the Home, and another menu for the rest of the page. The home menu is OK, but the rest is not. I was given a little code that solved the issue only in the Servicios Page(also attached)This is the code that worked with Servicios Page:
.page-id-9 .x-navbar .desktop .x-nav {
padding-left: 58px;
}Can you help me to solve it in the other pages too?(Quienes somos, Blog, and ideally for all single post pages as well)
Thank you very much!
February 8, 2017 at 12:27 am #1362381
FriechModeratorHi There,
You can update that css code to this:
.page-id-9 .x-navbar .desktop .x-nav, .page-id-228 .x-navbar .desktop .x-nav, .page-id-11 .x-navbar .desktop .x-nav, .blog .x-navbar .desktop .x-nav, .single-post .x-navbar .desktop .x-nav { padding-left: 58px; }Or if the logic is to apply the css code on all pages but not on home page, use this instead.
body:not(.home) .x-navbar .desktop .x-nav { padding-left: 58px; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1301784 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
