Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1000389
    caitlinh
    Participant

    Can you please help me fix the logo going too far up into the social media buttons on mobile view? I’m not sure exactly what settings to manipulate in Customizer for this problem.

    Thanks!

    #1000391
    caitlinh
    Participant
    This reply has been marked as private.
    #1000785
    Darshana
    Moderator

    Hi there,

    Your screenshot is not uploaded due to our file-size limit of 512KB. Can you please use an online tool to share your issue (http://snag.gy/), so that we can assist you accordingly.

    Thanks!

    #1002000
    caitlinh
    Participant
    This reply has been marked as private.
    #1002500
    Darshana
    Moderator

    Hi there,

    Thank you for the clarification. Please try adding the following CSS media queries into your Customizer, Custom > CSS area.

    
    @media (max-width:480px){
      .x-topbar-inner.x-container.max.width {
        width: 100%;
      }
      .x-top-nav {
        margin-left: 5px;
      }
      .x-top-nav li a {
        padding: 0 2px;
      }
    }
    
    @media (max-width:320px){
      .x-topbar, .x-topbar a {
        font-size: 11px;
      }
    }
    

    Make sure to clear your browser cache before testing your changes.

    Hope that helps.

    #1011828
    caitlinh
    Participant

    Perfect, thank you!

    #1012241
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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