Hi,
I'm wondering if it is possible to center the tagline on the simple theme
The header line is looking very empty/too white with the logo on left and tagline on the right
I'd like to either center the tagline or bring the rest of the homepage content up
Anyone know how I can do either of those things?
thank you very much!
Jenny
Solved! Go to the solution
Hi,
You can use this css code to center tagline.
@media only screen and (max-width: 750px){
.tagline {
text-align: left !important;
}
}
This is an accepted solution.
Hi, This is the correct css code .
@media only screen and (min-width: 750px){ .site-header .medium-up--text-right { text-align: left !important; } }
Hi
This is exactly my problem, and I can see the answer is already posted, but I don't know where to insert this code. Where do I have to paste this?
Thanks
@mijankarim Thanks for this.
However where do i put this code ? (sorry about the noob question am new to shopify)
@Muzafar You have to add css code to theme.scss.liquid file . Here is screen shot .
User | Count |
---|---|
742 | |
141 | |
100 | |
64 | |
37 |