Tagged: x
-
AuthorPosts
-
July 22, 2016 at 10:06 am #1098692
countrymilesParticipantJust bought X theme and loving it so far, using it on my site (www.countrymiles.net). However, I am having a couple of issues that I’m not sure how to solve:
1. When viewing the site on a mobile phone, the size logo does not resize, instead it shows just a small section of it.
2. My primary menu does not appear when viewed either on a mobile or a tablet.I’d really appreciate some help fixing this!
July 22, 2016 at 10:55 am #1098736
JoaoModeratorHi There,
Place it into your Customizer, Custom > CSS section using the menu Appearance -> Customize. You can change the color codes according to your preference.
@media (max-width: 979px) { a.x-brand-text, .masthead-stacked { font-size: 4em; } } .x-btn-navbar.collapsed { color: #336699; } .x-btn-navbar.collapsed:hover { color: #659812; } .x-btn-navbar { color: #849562; } .x-btn-navbar:hover { color: #224488; }Hope that helps
Joao
July 28, 2016 at 5:36 am #1106897
countrymilesParticipantThanks for your reply Joao, I’ve been without internet for a while so only just got around to testing it a couple of days ago.
A menu now shows up on mobile and tablet – hooray! – but the site logo is still large and cropped (see attached screenshot). Any further help getting this sorted would be great!July 28, 2016 at 7:23 am #1106978
JoaoModeratorHi There,
Please update this piece of code :
@media (max-width: 979px) { a.x-brand-text, .masthead-stacked { font-size: 4em; } }for this:
@media (max-width: 979px) { a.x-brand-text, .masthead-stacked { font-size: 45px; } }Hope that helps
Joao
July 29, 2016 at 4:59 am #1108596
countrymilesParticipantWent ahead and did that, but it doesn’t seem to have changed the appearance at all on mobile displays!
July 29, 2016 at 5:34 am #1108633
LelyModeratorHi There,
Please use this instead:
@media (max-width: 979px) { a.x-brand.text { font-size: 45px; /*Adjust this to your preferred font size*/ } }There’s an error on the selector.
Hope this helps.
July 29, 2016 at 7:04 am #1108715
countrymilesParticipantManaged to sort it by creating an image logo and substituting it for the text logo. Thanks!
July 29, 2016 at 9:19 am #1108842
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1098692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
