Okay
  Public Ticket #1978370
Small button padding
Closed

Comments

  • Alex Lichtenberger started the conversation

    Hi

    I added a small booking button via shortcode (see attached url and screenshot) and it has now adds an additional bottom padding, which makes it look ugly. How can I change the css to get rid of that bottom padding?

    Many thanks in advance!

    Alex

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    a.nectar-button.small.extra-color-2.regular-button {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Alex Lichtenberger replied

    Thanks Tahir, works perfect.

    Alex