• Resolved nicholasferri

    (@nicholasferri)


    Hi, I have a problem and I don’t know where to start.
    I state that I have just started to plan and be interested in css and html (JS I do not know anything).

    I have a problem with your plug-in.
    I would like to put the menu further down, keep it transparent but be “in line” with the beginning of the image.

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

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

    (@takanakui)

    Hi @nicholasferri,

    Check this article to enable the naked header.
    https://www.wpmobilemenu.com/knowledgebase/header-options/how-to-enable-the-naked-header-having-only-the-menu-icons/

    After doing this if you need to adjust the position let me know.

    Thread Starter nicholasferri

    (@nicholasferri)

    Hello Rui, maybe I did not explain well.

    My menu is already naked (transparent), but it is still a white part at the top. Look at the link I sent you yesterday.

    I want to position it better, against the background of the header you see from a computer.

    Plugin Author Rui Guerreiro

    (@takanakui)

    I didn’t scroll the page so I was thinking that the white area was the header background.

    Add this code to the custom css option inside the General Options tab. This will remove the padding that was reserved for the mobile header.

    
    .mobmenu-push-wrap, body.mob-menu-slideout-over {
        padding-top:0px!important;
    }
    Thread Starter nicholasferri

    (@nicholasferri)

    Nice! it work!

    but now everything is tight, how can I spread everything and put my writings a little lower and not attached to the menu?

    Plugin Author Rui Guerreiro

    (@takanakui)

    can you do a mockup image of how you would like it so I can see if I can provide a solution?

    Thread Starter nicholasferri

    (@nicholasferri)

    Thank you again for helping Rui.

    Here’s the link.
    The problem is purely aesthetic, in the sense that now the header is too close to my writing of the main site, “BLUE BOX 4.0”, how do I distance them a bit? Because that’s all crushed.

    Have a great day!
    Nicholas

    Plugin Author Rui Guerreiro

    (@takanakui)

    Add the code below to your custom css option.

    #header.header-front-page .bottom-header h1 {
        padding-top: 20px;
    }
    Thread Starter nicholasferri

    (@nicholasferri)

    Thank you very much for the help, I have arranged everything now at will.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. I’m glad it’s sorted.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Move the menu lower’ is closed to new replies.