Jump to content

[solved] floating header_right above img.logo


Recommended Posts

First go to themes/purepetshop1.0/ css and edit the global .css file find the heading #header_right and add this:

 

float:right ;

margin-top: -100px ; (be sure to add semicolon at end of line above where you add this)

margin-right: 10px ;

 

Now you will need to change the text color,

go to themes/purepetshop1.0/ css/ modules/ blockpermanentlinks/ and edit blockpermanentlinks.css

find this heading #header_links a and add

 

color:yellow ; (or your color choice) (remember to add semicolon to line above)

 

Now you need to change the rest of the text colors go to

themes/purepetshop1.0/ css/ modules/ blockuserinfo/ and edit blockuserinfo.css

find the heading #header_user_info and add

 

color:yellow ; (remember the semicolon to line above)

 

Now same file find the heading #header_user_info A. login and A. logout and add (to each)

 

color:yellow ; (mem simi colon above)

Link to comment
Share on other sites

First go to themes/purepetshop1.0/ css and edit the global .css file find the heading #header_right and add this:

 

float:right ;

margin-top: -100px ; (be sure to add semicolon at end of line above where you add this)

margin-right: 10px ;

 

Now you will need to change the text color,

go to themes/purepetshop1.0/ css/ modules/ blockpermanentlinks/ and edit blockpermanentlinks.css

find this heading #header_links a and add

 

color:yellow ; (or your color choice) (remember to add semicolon to line above)

 

Now you need to change the rest of the text colors go to

themes/purepetshop1.0/ css/ modules/ blockuserinfo/ and edit blockuserinfo.css

find the heading #header_user_info and add

 

color:yellow ; (remember the semicolon to line above)

 

Now same file find the heading #header_user_info A. login and A. logout and add (to each)

 

color:yellow ; (mem simi colon above)

 

thankyou.. I settled on orange / bold #header_links a {color: #F60; font-weight:bold;

 

I also edit modules/blockuserinfo/blockuserinfo.css for welcome and login (if anyone else is doing this)

 

It is probably a separate question but can you please assist with moving the menu bar to not have a gap between the logo ? (as per attached)

post-343083-0-85720400-1334292240_thumb.png

post-343083-0-67985000-1334292248_thumb.png

Link to comment
Share on other sites

Here are the changes needed.

Go to modules/blocktopmenu/css/ and edit superfish-modified.css find the heading .sf-menu and change

 

margin: 10px 0px

to

margin: -3px 0px

 

It looks as though your header logo is 972px wide it needs to be 980px wide to line up with the rest of page.

  • Like 1
Link to comment
Share on other sites

Here are the changes needed.

Go to modules/blocktopmenu/css/ and edit superfish-modified.css find the heading .sf-menu and change

 

margin: 10px 0px

to

margin: -3px 0px

 

It looks as though your header logo is 972px wide it needs to be 980px wide to line up with the rest of page.

 

Thankyou :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...