Remove outer space/margine

Help me to remove outer space, please

See this screenshot: https://d.pr/i/O3FwC1

Please help ASAP,
Thanks

Hi Sovann,

Please add this code in X > Theme Options > CSS:

@media (max-width: 480px) {
    .entry-wrap {
       padding-left: 0;
       padding-right: 0;
   }
}

Hope this helps.

Works perfectly,

What if i want to remove some outer space of this screen value

481px 767px

Hello Sovann,

Please update the code to:


@media (max-width: 767px) {
    .entry-wrap {
       padding-left: 0;
       padding-right: 0;
   }
}

Hope this helps.

It seems not work. It still shows like the above screenshot.

Hi there,

I checked and it works, please check this

You’ll have to reload the builder for it to work since it is added on Theme Options (if you’re testing within the builder). But the space is only normal if you’re on device simulation and it’s required to resize the viewport preview.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.