'How to move slider text'
-
Hello,
Is it possible that someone can provide me with CSS so that i can move my text on my slider to the top left of the photo.
Also where do i place this CSS code?
Thank you.
The blog I need help with is: (visible only to logged in users)
-
HI there.
You could use this code:
.featured-slide { padding-top: 0px !important; } .featured-slide .container { margin-left: 0px !important; }Hope this works. Have a great day.
-
And, if you would like to keep the original height of your background pics, you could use this:
.featured-slide { padding-top: 0px !important; padding-bottom: 240px !important; } .featured-slide .container { margin-left: 0px !important; }Have a great weekend!
- The topic ‘'How to move slider text'’ is closed to new replies.