How can I change padding on mobile? Some text is missing. Please see image.
Thanks.
please post an image – I looked on my mobile- looks OK what is actually missing
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
.single-ajde_events #main-content .container { width: 100% !important; }
perhaps try:
.evo_search_bar_in {
width: 95%;
margin-left: 2%;
}
might need to play with those percentages
Please remove “.evo_search_bar_in { width: 95%; margin-left: 10%; }” and add this one instead:
@media (max-width: 980px) { .et_right_sidebar #sidebar { padding: 20px; } }