ausdigitalmedia Posted October 30, 2013 Share Posted October 30, 2013 Hi all. See this page http://www.thewattletree.com/vendor/test-vendor-1/ I want to add a space between the last line in the description "family, three family members live and work on the grove full time." and the next line "Showing all 2 results" I cant find the code to alter. Can anyone help? Link to comment https://forums.phpfreaks.com/topic/283451-how-to-add-a-bit-of-padding-to-this-page/ Share on other sites More sharing options...
PravinS Posted October 31, 2013 Share Posted October 31, 2013 just add <br> tag in between Link to comment https://forums.phpfreaks.com/topic/283451-how-to-add-a-bit-of-padding-to-this-page/#findComment-1456321 Share on other sites More sharing options...
cyberRobot Posted October 31, 2013 Share Posted October 31, 2013 Which browser do you use? In Chrome and Firefox, you can right-click the "Showing all 2 results" text and click "Inspect element". This shows the source code for the text. From there you can see that the text is in a <p> tag with a class of "woocommerce-result-count". Just add some margin/padding to that class in your stylesheet. Link to comment https://forums.phpfreaks.com/topic/283451-how-to-add-a-bit-of-padding-to-this-page/#findComment-1456362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.