• Resolved lovebrands

    (@lovebrands)


    Hi,

    I would love to have the menu to be aligned at the right side of the overlay like in this screenshot: https://snag.gy/qtigPQ.jpg

    I have tried to add this CSS code which moves the menu to the top, but not to the right.

    .fsmfe-wrapper .menu-overlay {
    align-items: baseline !important;
    justify-content: end !important;
    padding-right: 60px;
    padding-top: 120px;
    }

    I hope someone can help.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-16110022)

    I think it’s better in this case to create a custom section, style the menu there and select that section under Layout (set Content Type to Saved Section).

    Thread Starter lovebrands

    (@lovebrands)

    Thanks for you feedback. I made a section and even a page, set Content Type and tried the section and page option, but it still sits in the middle of the page. https://www.elevationpartners.lovebrands.nl/

    • This reply was modified 6 years, 11 months ago by lovebrands.
    Thread Starter lovebrands

    (@lovebrands)

    Found it!

    This made it happen…

    .content-type-saved_section {
    width: 100% !important;
    }

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

The topic ‘Align menu to right side’ is closed to new replies.