Tagged: enfold
How do I eliminate the space between these two image widgets in a page sidebar, to make the image continuous?
(I am recreating some elements of an existing site using Enfold.)
http://omniway.ca/site/careers/why-omni/
Hey Ben!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#widget_sp_image-3 {
margin-top: -5px;
}
Regards,
Yigit
Thanks. This works, but turned out not to be the best solution as the fit of the two images is inconsistent at reduced-size responsive widths. I combined the images in Photoshop.