Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986217
    president75
    Participant

    Hello,

    I think I have a problem with my menu and logo on notebook. In fact I think they are not responsive; on the notebook should be smaller so that the slider which is under them enter the page without scrolling.

    Can you help me!?

    Thank you

    #986223
    president75
    Participant
    This reply has been marked as private.
    #986363
    Rupok
    Member

    Hi there,

    Thanks for writing in! Upon checking your website I can see the menu is responsive for all screen size. Would you add some screenshot that reflects what you are referring? We’ll be happy to assist you.

    Cheers!

    #986398
    president75
    Participant

    As you can see in the annexes the start page on the desktop and notebook (1366×768) are different. The slider below the menu in the desktop version is fully displayed while the notebook version is truncated and you have to scroll to see it. I think the problem not depend by the slider, but the logo/menu.

    #986918
    Nico
    Moderator

    Hi There,

    Thanks for the screenshot.

    Upon checking your setup, it is responsive however the size or the height of the slider in lower screen size is the right height for its width. If you want to adjust it, you can use the @media query in your CSS. For example,

    
    @media (max-width: 1367px)
    .x-logobar-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    Just add the class and its modification.

    Hope it helps.

    Let us know how it goes.

    Thanks.

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