Can I add content to the top right of the theme? See here for where I mean: http://i.imgur.com/gkQPk.png
Add content to top right?
3 posts from 2 voices-
Posted 1 year ago #
-
*bump*
Posted 1 year ago # -
Hi,
Kindly go to your Sentence folder and open header.php and find this line of code:
</div> <!-- end header -->Then drop this line of code after the code above:
<div id='header-side'>
Put your content here
</div> <!-- end header-side -->
Change the: Put your content here with the content you want to put.Then kindly add this code on your Quick CSS or custom.css:
#header-side {
float: left;
padding-left: 40px;
position: relative;
z-index: 120;
}
Hope this gives you a quick start. :)Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














