Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #930800

    Hi
    I have a special header on a page that is hidden on desktop/tablet.
    For some reason if I put a colour section below it it seems to create a big gap below when viewed on a desktop/tablet.
    Is there any way round this?
    Thanks
    Su

    #930839

    Hey Sujohn,

    Add this to quick css:

    @media only screen and (min-width: 1024px)  {
    #after_section_2 .template-page.content.av-content-full.alpha.units{
    padding-top:0px!important;
    padding-bottom:0px!important;
    }}

    Best regards,
    Jordan Shannon

    #930858

    Hi
    That leaves me with a white margin at the bottom of the background image.
    I think I am going to accept that I can’t have the combo – colour section /hidden header /colour section.
    So you can close this one now.
    Thanks
    Su

    #930878

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Content hidden on desk top still uses space’ is closed to new replies.