Site logo

[Resolved] Tab Version Responsive

Home Forums Support [Resolved] Tab Version Responsive

Home Forums Support Tab Version Responsive

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1869391
    Sourabh

    HI,

    Facing responsive issue for tab version, as CSS applied for logo and nav menu for mobile version not working for tab (Want to make logo center for tab also with hamburger).

    Want to give a small margin from left and right for the tab version as mentioned in the snapshot…

    Please help.

    #1869576
    Leo
    Staff
    Customer Support

    Hi there,

    Let’s handle one issue at a time please.

    For the logo, can you give this CSS a shot first?

    @media (min-width: 769px) and (max-width: 1063px) {
        .nav-align-right .navigation-branding {
            margin-right: auto;
            margin-left: auto;
        }
    }
    #1869678
    Sourabh

    Done, What next now? want to make it as similar as my mobile…

    Hembuer+Logo+Search

    #1869734
    Leo
    Staff
    Customer Support

    If you want the tablet layout to be the same as the mobile layout then try increasing the mobile menu breakpoint:
    https://docs.generatepress.com/article/mobile-navigation/#initiating-the-mobile-navigation-at-a-different-width

    #1869742
    Sourabh

    No, want to do that for header only..

    If I change break point then other part will also affect which I have designed for tab.

    #1870417
    Leo
    Staff
    Customer Support

    If I change break point then other part will also affect which I have designed for tab.

    No – that option is strictly for when the mobile menu kicks in or the mobile header kicks in.

    #1870438
    Sourabh

    changed to 769 but nothing is solved…things are the same.

    I hope my css will work well which having media@ break point to 768px etc

    #1871793
    Sourabh

    anyone revert on this, please??

    #1871893
    Leo
    Staff
    Customer Support

    Can you try changing the breakpoint to 1063px?

    #1871900
    Sourabh

    Done, but are you sure it won’t break any of my website functions, pls confirm?

    my css will work well which having media@ breakpoint to 768px etc??

    #1872127
    Leo
    Staff
    Customer Support

    I’m 99% sure this is unrelated to the rest of your CSS but you will have to check for yourself.

    As mentioned, the mobile menu breakpoint option is strictly for changing when the mobile menu kicks in or the mobile header kicks in.

    #1872203
    Sourabh

    ok..Thanks

    #1873221
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.