I need some help with some custom css to center this text in a color section on my iPad in landscape mode. The color section is at the bottom of the page and I have attached a screen shot showing what I need done. Thanks!
Hi djshortkut!
Please try the following in Quick CSS:
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
.page-id-11236 .avia-builder-el-78 h2{
padding-top: 15px !important;
}
}
Cheers!
Rikard
I input this code but it didn’t work.
Hey!
Could you please provide us with a temporary admin login? It’s easier if I can input the code myself in Quick CSS to see if it’s working or not :)
Regards,
Rikard
That worked…thank you! You can close this thread.