Can you please help me adjust the padding on this section slightly? The letter “D” for the title in the word “Personalized” is getting cut off slightly on my iPad in portrait mode. Can you please give me some quick css to adjust? Thank you!
Hi djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) and (min-width: 481px) {
.avia-icon-list .iconlist_icon { margin-right: 20px; }}
Cheers!
Yigit
Thanks! You can close this thread.