Site logo

Archived topic

Social icon next to the header on mobile view

19 replies · Started by Frank on November 21, 2022

Viewing posts 16–20 of 20

Hi David, the first header is correct. I set the drop point all the way down. The navigation floats in the first header as selected in the Customizer. I was wondering if you could get the navigation down with a simple code. If that doesn't work, I can live with it for now. It already looks great.

OK, if i understand correctly, add this CSS:


@media(min-width: 768px) {
    .site-header .inside-header {
        align-items: flex-end;
    }
    .menu-bar-items {
        margin-bottom: 40px;
    }
}

It will align the navigation to the bottom of the header. and it will add 40px of space between the icons and the nav.

Hi David, I added your CSS as well. The navigation is now at the bottom of the desktop view as you can see. Now everything is perfect. You are my heroes, thank you for the great support and see you soon. 😍

Glad we could be of help.

This archived topic is closed to new replies.