• Resolved WVM

    (@wvm)


    Just installed the plugin and created a menu. Added the shortcode and turned on sidebar. Sidebar displays above menu not besides it – help!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi wvm,

    Thanks for contacting us. Could you verify that Menu Formatting (Settings > Basic) is set to Apply Menu Styles and see if that makes a difference?

    Please also clear your cache if you are using a caching plugin.

    Alternatively, you can use the following Custom CSS to solve this issue.

    @media only screen and (min-width: 768px) {
    #fdm-menu-1 {
    width: calc(100% - 360px);
    float: left;
    position: relative;
    clear: none !important;
    }
    }

    We were unable to view your site since it is in maintenance mode. You might need to update the selector in the Custom CSS, if you decide to use the Custom CSS.

    Thread Starter WVM

    (@wvm)

    Site is no longer in maintenance mode: https://bzb.5f6.myftpupload.com/.

    Menu Formatting (Settings > Basic) is set to Apply Menu Styles – Did not fix sidebar issue.

    Tried css – did not fix sidebar issue.

    Please check site now, thank you.

    Plugin Support jaysupport

    (@jaysupport)

    Hi wvm,

    Thank you for the update.

    The issue was due to the margin of the sidebar. You can add the following custom CSS to what we’ve already provided to resolve that.

    .fdm-menu-sidebar-div {
    margin: 20px 30px 0 0 !important;
    }

    Here’s how it should appear: https://ibb.co/rxwLTX8

    You can try clearing your cache if your result differs.

    Thread Starter WVM

    (@wvm)

    The sidebar is formatted correctly now. We prefer the “Base Formatting”. When we switch it the sidebar reverts. Can you give me the css to fix the sidebar with Base Formatting selected? Or is it easier to style the Menu Style if so how do I style it like the Base Formatting?

    • This reply was modified 5 months ago by WVM.
    Thread Starter WVM

    (@wvm)

    We prefer the “Base Formatting”. When we switch it the sidebar reverts. Can you give me the css to fix the sidebar with Base Formatting selected? Or is it easier to style the Menu Style if so how do I style it like the Base Formatting?

    Plugin Support jaysupport

    (@jaysupport)

    Base formatting, by its nature, implies minimal formatting and CSS, which is why it might not be displaying side by side for you. It might still be possible to add CSS to make it side by side, but we’d need to see your site with base formatting enabled in order to see if it is indeed possible and, if so, suggest some CSS that would help.

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