Viewing 1 replies (of 1 total)
  • I’m not sure how your theme is put together, but you need to go into a css file (could be default.css, or one that you can edit from the backend of wordpress), and fine the line with:

    .product_description

    In the { } clause, you should see the property “width:90%;”, reduce this number to another percentage and i’ll move the text area back to the left.

    NB: If you use chrome or firefox, on your webpage, right click the text area and select “Inspect Element”. Here you can see how the html is build up, and on the right, the CSS of the element you have selected. You can edit it locally there to see what it will look like, but you need to update the file to get changes server side!

Viewing 1 replies (of 1 total)
  • The topic ‘Edit width of single product description’ is closed to new replies.