Home Forums Jevelin Theme How do I make the buttons line up? Reply To: How do I make the buttons line up?

Home Forums Jevelin Theme How do I make the buttons line up? Reply To: How do I make the buttons line up?

Solution for this topic

Hi @shanticfm,

I hope you are well today and thank you for your question.

 

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.page-id-3205 .sh-column-3e8be2ce37ab2935036ab58a2d5b7fa3 .sh-pricing-button {
    margin-top: 24px;
}

 

Best regards,
Shufflehound team