Forums / Templates, Stylesheets, Page Layout / Move union jack flag header

Move union jack flag header

Views: 1,151

Results 1 to 4 of 4
18 Mar 2011, 10:49
#1
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

Move union jack flag header

Is there a simple way I can move the flag in my header slightly to the left or left justify as it is centred at the moment? Thanks info-tech-trade.co.uk

18 Mar 2011, 11:40
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Move union jack flag header

Something like this added to your stylesheet:

.boxText a img {float:left; padding:0 0 0 1em;}

21 Mar 2011, 16:13
#3
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

Re: Move union jack flag header

This worked but it has but it has off-centered my paypal images as well. Can I just move the flag? Thanks

21 Mar 2011, 17:11
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Move union jack flag header

You could try adding the red part here:

.infoBoxRight .boxText img {margin-left: 2.4em;}

BTW, Zencart loads all stylesheets with the .css extension that are in the current template's css folder, so your two (stylesheet and stylesheet_new) may be fighting each other. Best to change the extension on one, or move it to a different folder.