• Hello again, I am looking to customize what the mobile version of my website looks like such as including the header automatically and not having to hit the expand triple arrows to bring it down. Also, when I expand the main menu the slider that is on the front page stays and makes it difficult to read. I would also like to show the sidebar widget somehow.
    All help is appreciated, thank you so much!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Desert Themes

    (@desertthemes)

    For the Header, Please add below css in Customizer => Additional css

    button.dt_mobilenav-topbar-toggle {
        display: none !important;
    }
    
    .dt_mobilenav-topbar div.dt_mobilenav-topbar-content {
        display: block !important;
    }

    Please share here screenshot, What problem you are facing in Slider ?

    Thread Starter bberger29

    (@bberger29)

    How do I post pictures in the forum response?
    Thank you for that code though, it fixed that problem.

    Theme Author Desert Themes

    (@desertthemes)

    You can use it https://imgbb.com/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile Version Differences’ is closed to new replies.