- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Centering header in mobile view
Hi there,
Our header sits a little to the right in mobile view. We’d like to center it. How can we go about doing that?
Thank you so much!
Replace
.title-area {
float: left;
max-width: 400px;
padding-left: 10px;
padding-top: 10px;
}
WITH
.title-area {
float: left;
max-width: 400px;
padding-top: 10px;
}