How to change .tdc-row-composer.td-stretch-content padding on mobile?

Posted in: Newspaper
Post count: 199

Hello. Can you help me, how to reduce .tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content padding from 20px to 10px with td-composer. Check the screenshot video https://www.screencast.com/t/X9hd2AkMLQ

I can make it throught css, but i prefer to make it throught td-composer

@media (max-width: 767px)
.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {
padding-left: 20px;
padding-right: 20px;
}

to

@media (max-width: 767px)
.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {
padding-left: 10px;
padding-right: 10px;
}

Thank you

Post count: 21065

Hello!

Edit the page with the TagDiv Composer, click on that row and you can add a padding in the CSS tab.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.