• Resolved circulartrend

    (@circulartrend)


    Hi there,

    Question for you. I am using the shortcode to share portfolio items of mine.

    But I am trying to get the icons to be just under the “share this project” text as there is some white space above them.

    Is there a way to remove the space above them via CSS?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    The theme’s p elements (e.g. “Share this project:”) have bottom margin, so it may be best to apply some negative top margin to your AddToAny shortcode; something like:

    .vc_custom_1551398052271 .addtoany_shortcode {
      margin-top: -16px !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Button Top Padding’ is closed to new replies.