• Resolved fashionlushxx

    (@fashionlushxx)


    So when I drag the browser window to make it bigger, the site design goes w/ it and the spacing becomes off and I lose some elements.

    Anyone know how to fix this? Let me know- I am stumped!!

    My site has a coming soon page up, but it’s the same issue on the demo site?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Oh that, there are 2 options to resolve that issue:

    One is to tell the browser to not show it.

    @media (max-width: 767px) {
    .select-menu { display: none !important; )
    }

    Another is to recode the entire navigation bar.

    Not sure which one you’d prefer.

    Thread Starter fashionlushxx

    (@fashionlushxx)

    since my menu is in my sidebar I think I will remove it rather than recode the whole thing ?? thanks!

    If everything’s resolved, please mark this topic as resolved. ??

    Thank you,
    Nhat

    Thread Starter fashionlushxx

    (@fashionlushxx)

    thanks!

    @nhat: will you please stop encouraging people to add or edit their main theme’s stylesheet. They need to use a child theme or a custom CSS plugin.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Changing Browser Size Changes Site???’ is closed to new replies.