Tagged: x
-
AuthorPosts
-
October 13, 2016 at 12:07 pm #1215001
sportsnapperParticipantI’m trying to change the header height in the mobile version of the site. There’s lots of css on the forum, and I’ve been trying lots, but not getting a result.
I’m using this
@media (max-width: 979px) { .x-brand img { width: 160px; } .x-navbar-inner { max-height: 60px!important; } .masthead-inline .x-btn-navbar { font-size: 30px; margin-top: 30px; } }but it seems to being overidden
.x-navbar-inner { min-height: 98px; }which according to firebug is coming from my portfolio pages, as some inline css.
Site is http://138.68.146.57/portfolio/
October 13, 2016 at 12:08 pm #1215005
sportsnapperParticipantThe rev slider bit is a red herring – I just misread the source code display
October 13, 2016 at 12:09 pm #1215006
sportsnapperParticipantThis reply has been marked as private.October 13, 2016 at 3:51 pm #1215268
JoaoModeratorHi There,
First thing I would recommend you is to go to your Slider Revolution and make it Full Width.
It will look nicer in my personal opinion if it stretchs to the edges, but that is a personal opinion.
Regarding the way your revolution slider looks on mobile you can set the mobile grid size on Slider Revolution Settings.
Here you can find some useful information:
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
To adjust your header on mobile please add the following code on Appereance > Customizer > Custom > CSS
@media (max-width: 480px) { .x-brand { font-size: 20px; margin-top: 30px; } }You can adjust the position of your mobile button menu on : Appereance > Customizer > Header
Hope that helps
Joao
October 14, 2016 at 5:50 am #1215997
sportsnapperParticipantThis reply has been marked as private.October 14, 2016 at 8:15 am #1216108
JoaoModeratorHi There,
CSS in X works like in every other website, it is not up to us to decide it.
That means, what is below will have priority.
If you notice it just works when above, it is likely you have some syntax mistake on your code, probably i missing } somewhere.
You can use this website to check your code :
If you can find what is causing the issue, 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
Joao
October 14, 2016 at 10:44 am #1216291
sportsnapperParticipantThis reply has been marked as private.October 14, 2016 at 11:42 am #1216347
sportsnapperParticipantimages attached
October 14, 2016 at 1:37 pm #1216462
JoaoModeratorHi There,
Customizer has priority over style.css cause it is printed after on the document.
But if the css selector in the style.css got a higher level of specificity, then it will override the customizer.
That 98 px comes from : Appereance > Customizer > Header
Also there you can adjust on the very bottom of the tab your Mobile Navigation Button Alignment,
Let us know if you have further questions,
Thanks
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1215001 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
