Hi all,
I’ve added some custom css to center the logo for the desktop version of this site but it interferes with the mobile version and throws it off.
I’m wondering if there’s a more mobile friendly css code (using %’s maybe) I should use or an ID or Class I can call out specific to the desktop version of the logo header.
Here is my current logo / header css:
#logo {
height: auto !important;
width: auto !important;
margin-left: auto;
margin-right: auto;
}
#header-section #header {
padding: 3px 120px 50px 0;
}
Thanks everyone!
Zach
Attachments:
You must be
logged in to view attached files.