On this page: http://www.jlhough.co.uk/#portfolio
When I hover over the image, the rollover version of the image does not align correctly – its about 15 pixels out. I can’t find where to edit the project files or css to fix this?
Thanks
1 Answers
Hello Jonny !
To resolve this issue, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:
.portfolio .thumbnail img {
width: 100%
}
Hope this helps !
Please login or Register to submit your answer