• Hi,

    my webpage https://wp.szkolatanca-samba.pl/ looking absolutely different on mobile. Can I make something to make it look exactly the same like on computer?

    If no, what can I do to have logo on the center/middle on mobiles?

    Can I remove some widgets from top bar on mobiles? (I need only wynajem samochodów and wynajem sali).

    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • Due to the fact that the theme is designed to act in a responsive manner, it would take a lot of modification to make the theme appear the same on mobile as it does on desktop.

    It looks like you’re very close with the CSS for getting your logo centered.
    you need to change this

    body #logo{
            max-width: 120px;
        }

    to this

    body #logo{
            max-width: 120px;
            margin: auto;
        }
    Thread Starter Kasia0611

    (@kasia0611)

    It works, thank you!

    Thread Starter Kasia0611

    (@kasia0611)

    Does anyone know how to switch some widgets (not all) from top bar on mobiles?

    Hey,
    I could help you hide widgets in your topbar with css, Is that what your wanting? In terms of switching you could also hide widgets in another place for desktop and only show on mobile.

    Kadence Themes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mobile’ is closed to new replies.