Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #913549
    jsalskebiz
    Participant

    Hi 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.

    #913860
    Rupok
    Member

    Hi 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!

    #913969
    jsalskebiz
    Participant

    Perfect thanks so much!

    #913984
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-913549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>