Hi,
I apologize for the delay in response.
Can you please let us know where exactly do you need the margin? so I can try to inspect the right code. If possible please share the snapshot.
i send link and code what not work. not see?
Hi,
Try with the CSS important rule, and check.
body .oceanwp-row .col {
float: left;
margin: 0 0 20px !important;
padding: 0 10px;
}
not work
body .oceanwp-row .col {
float: left;
margin: 0 0 5.25rem !important;
padding: 0 0.625rem;
}
PS why you change px to rem?
Hello,
Please try to Clear the entire browser/website/cloud cache, after adding the code.
For px and rem, please see here – https://stackoverflow.com/questions/11799236/should-i-use-px-or-rem-value-units-in-my-css
clear and try used other browsers
when you try change margin, have changes? can send screen?
Hello,
That changes the margin, please check the attached snapshot: https://ibb.co/BTF5v2Q
Hello,
Sorry, can you please tell me what exactly do you want to achieve? The margin is not working properly because the position is set to absolute.
i need add more space bottom
Hello,
Unfortunately, I couldn’t find a solution to this issue. The reason is element is using the position absolute, therefore, the margin and top or bottom value are not working.