• Resolved buster13

    (@buster13)


    so i had navigation menu and the left
    copyright text on the right.

    looks good on desktop.

    when in mobile view, the nav menu (suppose float left) disappear,
    only when i tile my mobile in horizontal view, the it appear as 1st line and copyright as 2nd line

    [Desktop view]
    contact about . . . . . . . . . . copyright text

    [Mobile view portrait]
    copyright text

    [Mobile view landscape]
    contact about
    copyright text

    Visibility = Show on All Devices

    • This topic was modified 4 years, 9 months ago by buster13.
    • This topic was modified 4 years, 9 months ago by buster13.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter buster13

    (@buster13)

    Normal desktop view
    https://ibb.co/XtfDyKs

    Missing nav menu in mobile view: [About] [Contact] [Terms & Privacy]
    https://ibb.co/JFzMGDv

    Branko

    (@brankoconjic)

    Hey @buster13,

    The theme hides the copyright menu on mobile devices by default. We are going to change (fix) that in the minor update that we are going to release in the next couple of days.

    If you need a quick solution, you can add this CSS code into “Additional CSS” in the Customizer:

    @media screen and (max-width: 599px) {
        #sinatra-copyright .si-copyright-widget.si-copyright-widget__nav {
            display: block;
        }
        
        .sinatra-header-layout-1 .sinatra-nav > ul {
            justify-content: center;
        }
    }
    Thread Starter buster13

    (@buster13)

    Thank you, Sir!
    I will wait for your minor fix.

    Thread Starter buster13

    (@buster13)

    This is fixed in 1.12
    Thank you for this great theme!

    Thread Starter buster13

    (@buster13)

    Resolved!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘nav menu disappear in copyright footer in mobile view’ is closed to new replies.