Okay
  Public Ticket #162165
Full-width content showing slight horizontal scrolling
Closed

Comments

  • Jon started the conversation
    When adding an image to a full-content width row (so it'll span the full width of the page), I seem to get a slight horizontal shift/scroll happening. Images being used are 1600px wide.
  •   Jon replied privately
  •  1,069
    ThemeNectar replied

    Hey Jon!

    That URL seems to lead to a 404 - is there another you can send so I can see what's causing the issue for you?

    Cheers :)

  •   Jon replied privately
  •  1,069
    ThemeNectar replied

    Hey again!

    Add this into the Custom CSS box located in your Salient Options panel:

    body {
      overflow-x: hidden!important;
    }

    Cheers :)

  • Jon replied

    That did it, thanks!