Costumize Sections in css
-
I would like to costumize some sections over “additional css” and I kind of get stuck.
That’s the css-content that I want to change for the section “Blog” and “Google Maps”.
.ewf-section { position: relative; padding: 2.5em 0; margin-bottom: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; } I tried it to adjust for “Google Maps”-section as follows: #google_maps .ewf-section { position: relative; padding: 0 0 5em 0; margin-bottom: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }
and for the “Blog”-section
#blog .ewf-section { position: relative; padding: 0 0 0 0; margin-bottom: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }
It’s not working so I’m not sure if I made a mistake in the css or what I forgot to add. I found two ID’s I think are the ID’s for these sections… “blog” and “google_maps”. If these are the wrong ID’s, does anyone see what the right IDs would be?
Appreciate the help 🙂
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Costumize Sections in css’ is closed to new replies.