• Resolved lex12

    (@lex12)


    Hi there,
    I just tried to remove my logo with .site-header . It worked, but only partly ;).
    As you can see on my homepage the slider is only half visible now. I would like it to be there completely.
    On post pages I would like the page to start with the little breadcrumbs and get rid of the white space and the green writing.
    On category pages I would also have the page starting with the little breadcrumbs. Here they are missing completly since they are part of the header.php coding 🙁
    What do you think. Is there a way to get closer to how I would like it to be?

    Thanks a lot
    Alex

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Add the code below to the custom css option inside the General Options tab.

    body.mob-menu-slideout-over {
        padding-top: 50px;
    }

    For the posts add the code below to the Hide Elements field.
    .single-post .cat-title ul li

    Can you send me an example url for a category page? It’s more difficult for me because of it being in German.

    Thread Starter lex12

    (@lex12)

    Hi and Thanks a lot dir your fast reply.
    I just tried your suggestions and it worked partly.
    On the homepage the slider was still only half visible after the coding. So right now I switched it off since I have a solution. Also the breadcrumbs are missing too.

    On post pages it worked but now the breadcrumbs are have gone.

    This is a url for a categorie page.
    https://www.livelifegreen.de/gruener-lebensstil-green-lifestyle/
    I would like some margin on top and then the breadcrumbs.

    all the best and thank you so much for your effort!
    alex

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Add this code to the custom css to see if it works.

    
    body.category.archive, body.single-post {
        padding-top: 50px;
    }
    Thread Starter lex12

    (@lex12)

    Unfortunately it didn’t Work:(…

    Plugin Author Rui Guerreiro

    (@takanakui)

    Do you have any cache plugin? If so you need to purge the cache of those plugins.
    Can you send me a screenshot of the custom css?

    Thread Starter lex12

    (@lex12)

    Hi Rui,
    I don’t know how to send a screenshoot here, but this is all the coding you can find in my custom css

    .leftmtop li {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    }

    .mob-menu-slideout-over .mobmenu_content {
    padding-top: 27px!important;
    }

    body.category.archive, body.single-post {padding-top:50px; }

    On post and category pages there is still margin missing on top and the breadcrumbs are gone.
    On my homepage the slider is only half visible.
    And yes I have a caching program but I didn’t forget to clear the cache before checking.
    Thank you

    Plugin Author Rui Guerreiro

    (@takanakui)

    @lex12

    Need to ask you something in private. Can you send me an email to [support AT wpmobilemenu DOT com] ?

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    These situations were sorted. A couple of them were just cache issues with cache plugins others required additional css code.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Header still half there’ is closed to new replies.