Discuss CSS spacing issues in the CSS Help forum on Dev Shed. CSS spacing issues Cascading Style Sheets (CSS) forum discussing all levels of CSS, including CSS1, CSS2 and CSS Positioning. CSS provides a robust way of applying standardized design concepts to your web pages.
Posts: 2
Time spent in forums: 22 m 41 sec
Reputation Power: 0
New Member - CSS spacing issues
Hallo!
Hi any CSS Superheros out there willing to help a damsel in distress?
I have a couple of questions. I see I'm not allowed to post urls as a noob but I assure you I'm not spamming or selling anything. Please see the site I’ve listed below this paragraph in regards to these questions. I am using Google Chrome browser as I build the site and Genesis framework on Wordpress to house the site.
designdr.com.au/christies/
So I have 3 questions and I have popped up an image that shows these problems with RED MARKS on so it is clear.......
A) The featured slider area: There is a white bar appearing above the 3 images I have uploaded to that area. How do I get rid of this white bar?
B) Just to the top left of the feature slider area is a small black circle. How did this appear there and how do I remove it?
C) In the ‘Latest News’ section in the bottom right of the homepage: how do I add some padding underneath each of the [Read More...] lines so there is a bit of separation between the end of each post and the title of the next post?
For my question C) I found in the CSS file this code:
.home h2 {
margin: 0 0 5px;
}
Then I can add spacing by adding padding like this:
.home h2 {
margin: 0 0 5px;
padding-top: 5px;
}
Except then the 1st post moves down out of alignment also. How do I add padding to just the 2nd and 3rd posts on the homepage and not the first?