You are here:  » How to 'center' Merchant, Category, Brand


How to 'center' Merchant, Category, Brand

Submitted by ka on Wed, 2012-09-26 17:08 in

Hi im trying to 'center' and use 700px for Merchant, Category, Brand though cant really get it to work as i would want to.

My Atoz file looks like this:

{code saved}

and the default.css

.atoz {
}
.atoz h4 {
width: 700px;
margin:auto;
font-size: 100%;
font-weight: bold;
margin-top: 15px;

What am i doing wrong?

BR

//K

Submitted by support on Thu, 2012-09-27 09:01

Hi,

I think the width and margin styles should apply to .atoz directly rather than .atoz h4. Have a go with something like:

.atoz {
  width: 700px;
  margin:auto;
}
.atoz h4 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 15px;
}

Don't forget to do a hard refresh (CTRL-F5) in your browser after editing CSS to ensure that all resources are reloaded...

Hope this helps!

Cheers,
David.
--
PriceTapestry.com