Move Textbox in Sela Theme
-
As you can see on this page, my text rides slightly up on the header image. I want to increase the amount it rides up on the image. The code I currently have is this:
.content-wrapper.with-featured-image { margin-left: 4% !important; width: 84% !important; }I’m not sure how to change it. Help, please? :)
The blog I need help with is: (visible only to logged in users)
-
Hi there, add this declaration to the rule you reference above and adjust the existing -4em value as desired.
margin-top: -4em; -
-
- The topic ‘Move Textbox in Sela Theme’ is closed to new replies.