Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1224511
    Adam Breen
    Participant

    i note that our website is pushing all the way to the edge of the frame on mobile
    i imagine there’s something obvious we’ve missed in setting things up
    it’s not the customiser, so curious to know what we’ve done wrong!

    cheers
    cameron

    http://livingnow.com.au

    #1224513
    The Fox Magazine
    Participant

    Try adding this to customizer and playing around with it a bit:

    @media (max-width: 560px) {
      html body {
        padding-left: 1em !important;
        padding-right: 1em !important;
      }
    #1224577
    Adam Breen
    Participant

    Hi there,
    This didn’t make any difference.
    This is all of the custom css in place right now:

    .x-navbar .desktop .x-nav>li>a>span {
    padding-left: 5px;
    padding-right: 5px;
    }

    .x-navbar .desktop .x-nav > li:nth-child(1) > a:not(.x-btn-navbar-woocommerce),
    .x-navbar .desktop .x-nav > li:first-child > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 0 !important;
    }

    .x-navbar .desktop .x-nav > li:nth-child(1) > a > span,
    .x-navbar .desktop .x-nav > li:first-child > a > span {
    padding-left: 0px;
    }

    .x-btn-navbar {
    margin-top: 20px;
    color: #000 !important;
    }

    @media (max-width: 560px) {
    html body {
    padding-left: 1em !important;
    padding-right: 1em !important;
    }

    #1224583
    Adam Breen
    Participant

    apologies – solved it with your code!
    cheers

    #1224898
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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