Reduce space between bottom of featured image and social sharing bar

Hi, I’m using Themeco X Theme for my site along with the social warfare plugin which adds a share bar under the featured image in blog posts. I’m trying to find out if it is possible to reduce the amount of white space between the social br and the bottom of the image (see screen shot). Alternatviely is it possible to move the social sharing bar above the image i.e. below the title. See example URL https://www.makeupeffectslab.com/this-best-liquid-latex-for-creating-prosthetic-makeup-pieces/

Hello @Roebuck,

Thanks for asking. :slight_smile:

I am sharing the CSS code that you can use to reduce the space between social icon and featured image. However, please note that providing support for custom development work like CSS falls outside the scope of support we offer.

Please add following CSS under X > Theme Options > CSS:

.swp_social_panel {
    margin-top: 0 !important;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.