Hi,
How do I center two columns? I tried using top white space but it created too much white space in mobile view.
here’s the link https://www.aeasycredit.com.hk/en/affordable-lending-online-aeasy-credit-hong-kong-backup/
Thx
Hey wtony,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
then how do I take away the white space in mobile view if I were to set a top padding in desktop for the right column?
Hi!
You will need to use media queries
to make it work for that.
Let us know if we can help you with something else.
Thank you
Best regards,
Basilis
i just want to eliminate the padding in mobile view if i set the padding in column. I don’t get what media queries is.
I tried related post but didn’t work for me.
https://kriesi.at/support/topic/too-much-spacing-when-viewing-on-mobile/
https://kriesi.at/support/topic/how-to-decrease-the-white-space-for-mobile-layout/
thx
any help?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-4311 .avia-builder-el-39 {
padding:0 !important;
}
}
Best regards,
Rikard
works….thx alot