mackeymartin Posted November 21, 2012 Share Posted November 21, 2012 Hi, my website that i am working on is http://ethicalwebdesigners.com/proto/metal-design-drafting-fabrication-manufacturing-services-washington/ I am using the <UL> code to make the list as well as using short codes in wordpress. My code is this: <ul> <li>Our clients provide us with models and prints.</li> <li>If needed, our engineering team gives our clients valuable detailed feedback on, possible product improvements, how to lower the cost of their metal manufacturing and fabrication process, and speed up the lead-time schedules.</li> <li>Once this process has been approved by our client, we move on to manufacturing parts per print.</li></ul> My problem is that there is a big space above the lists that I want to remove. Any ideas? I have tried a bunch of other forum fixes to no avail. Link to comment https://forums.phpfreaks.com/topic/271002-creating-unwanted-space-above-in-wordpress-page/ Share on other sites More sharing options...
MDCode Posted November 21, 2012 Share Posted November 21, 2012 Taken straight from your source code: <ul> <!-- Notice the paragraph that you're closing? --> </p> <li>Our clients provide us with models and prints.</li> <li>If needed, our engineering team gives our clients valuable detailed feedback on, possible product improvements, how to lower the cost of their metal manufacturing and fabrication process, and speed up the lead-time schedules.</li> <li>Once this process has been approved by our client, we move on to manufacturing parts per print.</li> </ul> Link to comment https://forums.phpfreaks.com/topic/271002-creating-unwanted-space-above-in-wordpress-page/#findComment-1394224 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.