Tagged: x
-
AuthorPosts
-
May 4, 2016 at 8:43 pm #913549
jsalskebizParticipantHi there. I’m having three problems:
1/ How do I change the default mobile font size?
2/ How do I decrease the amount of white padding (see pic) on every page/post? Picture is here http://postimg.org/image/sfq0ckvj5/
3/ How do I remove the boxed layout for mobile (love it for desktop, mobile screen is too small) and make it full width? I am currently using the renew stack.
My website is http://hearthstrat.com/
Thanks so much for the help, the amount of time everyone on the xtheme dedicates to this forum is amazing.
May 5, 2016 at 1:30 am #913860
RupokMemberHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 767px) { .entry-header, .entry-content { font-size: 16px; } }#2. You can use this :
.fl-row-fixed-width { max-width: 100% !important; }#3. Let’s add this as well :
@media only screen and (max-width: 767px) { .site, .x-navbar.x-navbar-fixed-top.x-container.max.width { max-width: 100%; width: 100%; } }Hope this helps.
Cheers!
May 5, 2016 at 3:32 am #913969
jsalskebizParticipantPerfect thanks so much!
May 5, 2016 at 3:50 am #913984
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-913549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
