Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @carla25,

    We changed mobile menu breakpoint recently, but we will change it back very soon so your sidebar should be fine after next update.

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter carla25

    (@carla25)

    Okay then. I have another concern though. How can I make a one line horizontal menu for the same website?

    Hello @carla25,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    header.site-header nav.main-navigation ul.menu > li.menu-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    Kind Regards, Roman.

    Thread Starter carla25

    (@carla25)

    It worked! Thanks a lot, Roman!

    You are welcome @carla25! ??

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar showing below the content’ is closed to new replies.