Site logo

Archived topic

What is the CSS Code to move the logo and search buttons

3 replies · Started by Cam on April 2, 2022

Viewing posts 1–4 of 4

Hello,
I am looking for the CSS code to move my logo to the left of the contained content-box and move the search button to the right of the contained content box.

Thanks in advace,
Cam

Hi there,

try adding this CSS:


.main-navigation.nav-align-center .inside-navigation {
    justify-content: space-between;
}

Worked Perfectly,
Thank You!

Glad to hear that

This archived topic is closed to new replies.