Hi, is it possible to move my current page title: Casa Grande to above the image rotator I have in there so it is like this site: Villa Valverde
Any help would be great.
Thanks
Fetching latest tweet ...
Hi, is it possible to move my current page title: Casa Grande to above the image rotator I have in there so it is like this site: Villa Valverde
Any help would be great.
Thanks
Add this to Custom CSS.
#post-10 .post-title {
position: absolute;
margin-top: -140px;
z-index: 15;
margin-left: 680px;
width: 30%;
}
Hi, thanks, I have added that but it has not done anything to the menu?
Sorry, I just checked, it added 'Casa Grande' to the header, what i was after is moving the menu bar above the header image, not the title, sorry.
You title said, Moving Page title to above Header.
Apologies, it was meant to read moving menu above page header image
No problems. :) Try this,
#header-menu-wrap {
position: absolute !important;
margin-top: -235px;
z-index: 15;
width: 93%;
}
#header-menu {
display: table !important;
margin: 0 auto !important;
}
It should give you,
Thanks, that has moved it above :), but now it is too long and the text starts further along?
but now it is too long and the text starts further along?
Hmm.. What?
If you look at the site: Casa Grande
It goes too far to the right and does not keep to the table width below it?
This topic has been closed to new replies.