Site logo

Archived topic

Padding not reducing on the right side

3 replies · Started by Espresso on October 7, 2022

Viewing posts 1–4 of 4

Hi, I am trying to reduce the padding of the button CALL ME BACK but it only reduces on the left and not on the right side.

https://www.espressotranslations.com/

Can you please help?

Thanks,
Dan

Hi there,

try this CSS:


.main-navigation .main-nav ul li.nav-button2 a {
    padding-left: 10px;
}

.main-navigation .main-nav ul li.nav-button2 a .dropdown-menu-toggle {
    padding-right: 10px;
}

Amazing! Thanks David!

Glad to be of help!

This archived topic is closed to new replies.