• Resolved ammkristian

    (@ammkristian)


    Is there a way to define the top and bottom padding of each button in the “List of Buttons” view?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SecondLineThemes

    (@secondlinethemes)

    Hey @ammkristian,

    Thanks for using our plugin!
    The buttons should automatically get the theme’s default button top/bottom padding. If you still want to modify that, you can use some custom CSS code. Please insert the following code into your ‘Additional CSS’ box in the ‘Appearance -> Customize’ section or directly in the style.css file:

    body a.button.podcast-subscribe-button {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    Note – you may need to add the !important tag (for example, padding-top: 30px !important; ), depending on your existing theme and styling.

    Thread Starter ammkristian

    (@ammkristian)

    Fantastic! We’ll give that a shot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Padding’ is closed to new replies.