• Resolved oravivi

    (@oravivi)


    Hello
    I have an issue with my site layout, see screenshot on link attached
    the site does not fit well, scrollling left issue

    how to fix this ? its effect of google SEO

    https://imgur.com/a/w8BWF – link to the picture

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    If you site is live, can you post a link to it? It’s much easier to folk to help you if they can see your site.

    Cheers,

    Rob

    Thread Starter oravivi

    (@oravivi)

    Sure…

    www.bat-mitzvush.co.il

    thanks !

    What’s causing your problem is that the classes .omega-nav-menu .sub-menu, and .omega-nav-menu .children have the left property set to -9999px.

    I’m not sure where that would have been set in the theme but if you add the following CSS it’ll solve the problem:

    .omega-nav-menu .sub-menu, .omega-nav-menu .children {
        left: 0px;
    }

    I’d suggest that if you can’t find this value yourself that you contact the theme developer for help.

    Shout if you want me to explain how to add custom CSS.

    Thread Starter oravivi

    (@oravivi)

    Amm…well never done that before
    I don’t know how deal with CSS ( I don’t know what it means)
    so please elaborate as much as you can, I will appricate that

    Thread Starter oravivi

    (@oravivi)

    Thanks !! it worked ! I google it

    Excellent! Well done, I’m glad you came right. If you do figure out where the -9999px came from, just remember to remove the custom CSS when you change it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Scrolling issue’ is closed to new replies.