Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1200697

    Hi:

    I have a landing page with no header – because I need a different logo on this page. But, no matter what I do, there is 50px of padding above and below the logo. I have made custom top and bottom margins 0px – I have tried with and without a color section. I have tried custom css for the container, for the the logo, everything I try seems to cause another problem. Help?

    The Page is here: https://bioethics.wfu.edu/dev/landing-page/

    #1200716

    Hey Eleina_Shinn,

    At this moment all I’m seeing is the coming soon page. Can you provide admin info in the private area so we can log in and look into this issue further?

    Best regards,
    Jordan Shannon

    #1200855

    Hi there, I took down the coming soon page… so sorry, but I’ll provide login too.

    And it is now the main page you land on where I am having the problem, this Page: https://bioethics.wfu.edu/dev/

    You’ll see all the white space above and below the logo… i’ve tried negative margins as well, different elements, but can’t seem to get this right.

    OH, and one more thing, on this particular installation, none of my email links are working /html “mailto:..” type links, do you know why that might happen. It never has before.

    • This reply was modified 4 years, 7 months ago by Eleina_Shinn.
    #1201100

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .home .template-page {
      padding-top: 0; 
    }

    Best regards,
    Rikard

    #1201221

    Hi Rikard,

    Okay, tried that, and I believe I had tried it before too: the problem, when i do that, is that it removes the pading in the next section as well, takes away all padding above my 3 boxes. I’m really just trying to change the padding on top and bottom of the logo, that’s it, no othersections. And I wondered, why does it have all of that space? This doesn’t happen when any other sections in Enfold, they are all so customizable – it’s strange. I’ve tried so many ways, and , like I said, everything I try seems to change something else as well.

    #1201343

    Hi,

    Try adding this to quick css:

    main.template-page{
    height:120px!important;
    padding-top:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1201651

    That worked, thank you!

    #1201660

    Hi,

    No problem at all, I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Page with no Header – Hide Header on this Page – Too much padding’ is closed to new replies.