- This topic has 2 replies, 2 voices, and was last updated 3 weeks, 2 days ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › ART WordPress Theme › Adjust alignment of header items on mobile
Hi there,
My mobile header items need to be moved away from the edge of the page on mobile.
I would like to move the logo a little to the right, and move the menu icon a little to the left. Currently they are both aligned with the outside edge of the main image, and as such are not as visible as I would like them to be.
shallomjohnson.com
thank you!
Hi there,
Welcome to SeaTheme forum.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
@media (max-width: 767px) {
.responsive-ux .container-fluid.header-main {
padding-left: 30px; padding-right: 30px;
}
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook
thank you, that worked great 🙂
much appreciated!
Subscribe to our newsletter to receive news & updates. We promise to not spam you, super promise!