• Resolved micha6969

    (@micha6969)


    Hello,

    I removed the Titles in 27 with ” */.entry-title { display:none; } “.
    Worked fine but the white space were the title was is still there.
    How can I remove that, too?

    Another but not so important Question: I’d like to have links on the buttom of the pages that brings me back to the beginning of the page w/o scrolling…

    Thx a lot for your help!

    michael

Viewing 11 replies - 1 through 11 (of 11 total)
  • Change the background to the .entry-title and/or its containing div.
    background-color: transparent

    Thread Starter micha6969

    (@micha6969)

    Thx for ultra quick reply,
    maybe I haven’t described my problem correct.
    Here is a link: https://test.weitergehen.org/
    You see the white space on every page between menu and starting of page?
    Thats what I wanted to remove…

    • This reply was modified 8 years, 1 month ago by micha6969.

    Ensure the element, the div and the wrap have no margin or padding top or bottom.

    This is a little more tricky than first appears, but it can be done. There are a number of other threads to help you with this problem.

    Thread Starter micha6969

    (@micha6969)

    Thx my Friend, I’ll have a look around.
    I thought its no big deal cause lots of people don’t like double Titles…

    Thread Starter micha6969

    (@micha6969)

    o.k. I had a look around but I found only people with the same Problem but no Solution. Can’t understand, that’s an essential – so many people use this Theme and all have double Titles? ??

    nice weekend

    michael

    try this in CSS Addition to remove your excess white space:

    @media screen and (min-width: 30em){
    .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
    margin-top: -200px;
    }
    }

    think you need the media query otherwise the pic will cover your menu on small mobile view.

    Thread Starter micha6969

    (@micha6969)

    Hi Peter,
    thx a lot for your tip.
    My css under customizer looks now like this:

    */.entry-title { display:none; }
    @media screen and (min-width: 30em){
    .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
    margin-top: -200px;
    }
    }

    but the white space is still there.
    Did I something wrong?

    Thread Starter micha6969

    (@micha6969)

    I have to correct me. The white space from Landingpage is away now,
    but still on all other pages…

    Thread Starter micha6969

    (@micha6969)

    Can’t believe that, does really nobody know how to delete the white space under the upper menu after deletion of the titles. Why isn’t this part of the customizer?

    So I have to change to another theme?
    Sorry, that’s Ridiculous….

    peterjb101

    (@peterjb101)

    give this a go

    .site-content {
    padding: 0px;
    }

    Thread Starter micha6969

    (@micha6969)

    Wow, Peter

    great news
    you made my day!!!!

    Thx a lot for your support.

    Michael

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘white space under upper menu’ is closed to new replies.