The side menu can there be new options to have that on the left or on the top of the layout? Also can there be an option to center the layout? since everything is to the left. And I guess an option to make text in different size would be nice too. Oh and a banner option? Sorry if this is asking for a lot. Love the theme though. Simple and with tons of options to choose from always wins me over.
I am glad you love the theme. I appreciate your suggestions. However, we can already do these things! We will embellish via CSS. (Some of the Appearance options are indeed basic style changes, which is convenient, but most affect the actual structure of the layout.)
How to put the header, or sidebar menu, above the content
First, you will probably want to check the Description in footer Appearance option. Then copy and paste this into your custom CSS, under Advanced in the Customize appearance area:
#header {text-align: center; width: 100%; height: 36px;}
#header li, #header li.pages, #header li.archive, #header li.rss {
display: inline;
margin-right: 9px;
}
#header li.logo, #header li.portrait_circle {display: none;}
#header li.twitter span {display: none;}
#header li.twitter a .twitter_word {display: inline;}
#header li.groupmembers img.photo {
margin-top: -3px;
vertical-align: middle;
}
a.head:link, a.head:visited {color: black; text-decoration: none;}
a.head:hover {text-decoration: underline;}
a.head:active {color: black;}
#content {margin-top: 45px;}
I hope this helps. I might address the other stuff in a separate post.
-
santhomas3t liked this
-
ickybones liked this
-
howblank posted this