Hello,
I need to increase the margin for desktop only on quick css
How?
Hi endanight!
Please use following code in Quick CSS
@media only screen and (min-width: 1024px) {
.your-custom-class { margin: 20px; }}
Cheers!
Yigit
Thanks but I think is the padding. This is correct?:
@media only screen and (min-width: 1024px) {
.your-custom-class { padding-right: 150px !important;
padding-left: 150px !important; }}
Nothing change. I want to increase the padding because when I don´t use any space is too close to the side
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
yes, When I use the the columns, all with content the padding is too small
I mean if I have column empty to generate a padding is ok but if I need the column with content then the content is almost in the corner, I would like to increase the space. How?
Hi,
Your code looks like it should be working, could you try clearing your browser cache and reloading a few times to see if that helps?
Best regards,
Rikard
No it is not working. I would like to have more paddubg.
Can anyone help me, please?