Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #262046

    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/

    #262363

    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

    #264473

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Spacing between two sidebar image widgets’ is closed to new replies.