• Hello,

    I have installed o sticky top bar menu. Unfortunately in the mobile view, the top of the logo is being cut of by the permanent menu bar. Can it be lowered down? Also there is a lot of white space between the elements. The social menu and the first portfolio project as well as in between the social menu and the site identity and the logo. I can play around with the variables but I don’t have the skill to create the custom CSS for it. Thank you

    • This topic was modified 1 year, 10 months ago by keppas.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    This CSS should move the header down to compensate for that plugin:

    
    .site-logo {
        margin-bottom: 3em;
        margin-top: 2em;
    }
    

    This CSS should remove some of the white space under the social icons.

    
    .social-links {
        margin-bottom: 0.5em;
    }
    
    Thread Starter keppas

    (@keppas)

    Hi, thank you!!! That did the job. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile view – changing space between elements logo, site identity’ is closed to new replies.