Hi all,
On my main page www.jabylay.co.uk I am trying, but with no joy and lots of frustration, to centre the heading2Featured Products" from the left where it currently is. Anyone care to point me in the right direction, or stylesheet!![]()
Hi all,
On my main page www.jabylay.co.uk I am trying, but with no joy and lots of frustration, to centre the heading2Featured Products" from the left where it currently is. Anyone care to point me in the right direction, or stylesheet!![]()
You could add text-align: center; to .centerBoxHeading in the stylesheet if you want all the center box headings centered, or add:
#featuredProducts .centerBoxHeading {text-align: center;}
to the sheet if you only want to center the Featured Products heading.
Thanks for reply, but I cant seem to find any stylesheet with that contents to edit![]()
.centerBoxHeading is on line 155 of your stylesheet.css
You'll have to add the second one I mentioned to the same stylesheet.