hi
i am trying to make the promo bar thinner as well as push down/center the promo button, but cant manage it
here is the code i wrote that partially fails to do the job
#base-promo {
background: #eacdb7;
max-height: 150px !important; // cannot resize the promo bar
}
#base-promo .promo-button {
padding-top: 15px !important; // can't push the buttom down
display: block !important; // this worked partially -- button is under the text in browser mode, but disappears in responsive mode
background: white !important; // this does not work
}
promo bar type is text + button
thanks!