My New Products text is currently centrally aligned, how can I change this so the text aligns to the left? thanks
Announcement
Collapse
No announcement yet.
How to change New Products to align left
Collapse
X
-
From the various posts currently open may be worth investing in a book on CSS.
You can wrap the text in the description between <div align="left"> ... </div> or probably better to remove any other formatting that is there and create a new class eg <div class="productDesciption"> ... </div> and declare the new class in the stylesheet.
Depending on what is there already you may just be able to add text-align: left; into the stylesheet in the appropriate class.
Without knowing what theme and layout you are using it is a guess in the dark as to which is the best solution.
Comment