Lower header text in the banner.
-
I am using the Bakersville theme and I am trying to lower the tag line text to go under my banner.
I am using this CSS:
.home #banner-text .main {
margin-top: 300px !important;
}But it isn’t working. please help?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You should try this:
.site-description { transform: translateY(50px); }Let me know if it works!
Regards,
Michael
-
- The topic ‘Lower header text in the banner.’ is closed to new replies.