Tagged: ,

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

    Hi Yigit,

    Sorry it’s me again – the other thread was closed.

    Whilst the issue is fixed on a desktop device, a huge white gap has appeared between the bottom banner and website content below when viewed on a mobile device.

    Is there anyway to fix this?

    If not then it was better as it was before.

    Kind Regards,

    Tim

    • This topic was modified 6 years, 8 months ago by FDF.
    #829818

    Hey Timothy!

    You are experience the issue i mentioned here actually – https://kriesi.at/support/topic/header-padding-5/#post-829802. I changed the code to following one so it would be only applied on screens larger than 990px

    @media only screen and (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 306px !important;
    }}

    Regards,
    Yigit

    #829821

    Thanks ever so much Yigit, that’s brilliant.

    Kind Regards,

    Tim

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Padding (again)’ is closed to new replies.