Custom CSS Question
-
First I have to say I love the plug in, so much better than the normal Petfinder display. I have to play stupid though, I know enough about CSS to get me in trouble. Here is the page I am working with:
https://centraloregonaf.com/?page_id=199&preview=true
I have three questions:
1. I have changed the font through CSS, it has changed on all the animals but the first one. Can you tell me what’s causing this?
2. All the descriptions are in Caps, can you tell me what’s causing this?
3. There is blank space to the right of the pictures, is there any way to get the description of the animal to start at the top right and wrap around the pictures as it goes down the page?Here is the CSS I am using:
/* Styling PetFinder Listings for adopt pages */
div.adopt-pets div.dog div.name a {
font-family: Comic Sans MS !important;
line-height: 30px !important;
font-size: 30px !important;
color: #ff0000;
}div.adopt-pets div.dog div.description {
font-family: Comic Sans MS !important;
font-size: 16px !important;
line-height: 26px !important;
color: #ffffff !important;
clear:both;
}div.adopt-pets div.dog div.images {
display: block;
}Thanks, any help would be greatly appreciated.
- The topic ‘Custom CSS Question’ is closed to new replies.