How to make this distance less

Posted in: Newspaper
Post count: 24

How to make this distance less? Thank.
https://www.screencast.com/t/bM73IPXyX

Post count: 23312

Hello KokoShanel,

Provide your website URL so I can take a closer look at it.

Thanks.

Post count: 24
Post count: 20688

Hi,

The margins and padding between the columns are fixed, each columns has it’s own width to make sure they will look properly.

A solution would be to set a custom class to that column
https://www.screencast.com/t/aZSVFcDBHv
Then use a CSS code such as this one to position it more to the left

.test {
margin-left:-24px;
}

This code should be entered in the Advanced CSS desktop section if you will consider it.

Thanks

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