I'm new to the CSS customization. I'm using the Imbalance 2 theme.
I wanted to have a header with full width image, plus centered menu tabs below it.
I was able to do this by using a text widget with the following code:
<div style="width:960px;overflow:visible;position:relative;right:750px;top:3px;z-index:11;margin-bottom:-60px;">
<img style="min-width:960px;" src="IMAGE URL HERE" alt="" />
<div style="width:960px;text-align:center;margin-top:14px;">
TAB NAME HERE
</div>
</div>
And the result looks great.
I tried to use CSS editor to accomplish the same thing but desired result was not the same. After spending all afternoon reading online guides, I got more confused. So I reverted going back to the text widget.
Now I would like to do the following.
1. Move the header section up a little further.
2. Try to align the 'search' with the menu tabs.
3. Attach a page to the specific menu tab (e.g. About me & Contact)
My other question is: how does the code (widget) I use to create the menu tabs differ from creating custom menus?
The online guides seem to be too general or just takes you in circles. I'm ready to pull my hair !
p.s. - after using the CSS editor all afternoon, I have a whole list of revisions that I want to get rid of and keep the original style list that was part of the theme. How do I get rid/delete/remove the revisions from the list?
The blog I need help with is thegirlonasailboat.wordpress.com.