Change of width
-
Hi, I used this code:
.home .hentry-wrapper { max-width: 100%; width: 100%; }change the width of the slideshow, but that affects all the other things in the page, how can I avoid that?
The blog I need help with is: (visible only to logged in users)
-
To target that specific slideshow, try this instead:
#gallery-44-6-slideshow { max-width: 100%; width: 100%; }
- The topic ‘Change of width’ is closed to new replies.