Jump to content

[SOLVED] Need a little help please, looking to Centre all the Catagories titles


Recommended Posts

hi all, im after a little help.

Currently all my catagory titles are too the left but to make it look that little bit better, i'm looking to center all these catagories but how do i do this?

Do i simply edit a piece of code and if so, which bit.

Or do i add a new code?

What do i do?

thanks all

regards,

Ryan

Link to comment
Share on other sites

hi rocky, that does seem to work.
Heres how it looks now:


/* discount.tpl */
td.discount_value { white-space: nowrap }

/* category.tpl */
h2.category_title { font-size: 1.3em; text-align: center }
body#category #subcategories li { margin-right: 10px }
div.cat_desc { margin: 0 1em }
body#category div#subcategories ul.inline_list li a img { display: inline }


thanks

Link to comment
Share on other sites

No, I thought you meant the title of the category listing pages, not the blocks. I can see that the category listing page titles on your website are centred. If you don't want them to be, you should remove the text-align: center I said to add. You should instead change the following in /* Default block style */ section of global.css from:

div.block h4 {



to:

div.block h4 {
   text-align: center;

Link to comment
Share on other sites

×
×
  • Create New...