• Resolved wtechrbr

    (@wtechrbr)


    Tried lots of various tweaks, but can’t seem to find the issue with a gap between the header and slider on portrait orientation devices. Any help much appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi.
    It seems you have set additional css as following:

    .front-page img {
    padding: 5px 0 5px 0 !important;
    }

    Change padding to 0, or add additional rule, like so:

    .front-page .ls-container img {
    padding: 0 !important;
    }
    Thread Starter wtechrbr

    (@wtechrbr)

    Tremendous thanks! Really needed that second set of eyes. Super appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive Portrait View Issue’ is closed to new replies.