Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #590302

    Hello,

    Having issues fixing the placement of the mobile menu hamburger and ‘x’ (to close) icons. I need the position fixed on all widths (unless displaying the full menu on desktop/laptop. Any ideas? I tried this but it only works for landscape view on mobile, not portrait. When you flip to portrait the ‘x’ is not aligned.

    @media only screen and (max-width: 480px) {
    a#advanced_menu_toggle {
    position: fixed;
    right: 5%;
    top: 7%;
    }}

    @media only screen and (max-width: 480px) {
    a#advanced_menu_hide {
    position: fixed;
    right: 5%;
    top: 7%;
    }}

    #590304

    Never mind, I fixed it by removing custom CSS and just going with standard mobile menu.

    #591345

    Hi,

    Ok, thanks for letting us know.

    Regards,
    Rikard

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