How to fixed border?

Posted in: Newspaper
Post count: 18283

Hello !

In order to have the shadow displayed correctly the Border Radius must be equal or smaller than the Shadow Size: https://www.screencast.com/t/hg5hGTHU

Thank you !

Post count: 42
Post count: 18283

Hello !

Sorry for missunderstanding your issue.

In order to have the radius you will have to make some custom modifications:

First we will need to set an extra class to our element: https://www.screencast.com/t/Zyp5OZdsQ I named it underheader ( you can name it however you want )

Then you will need to apply this code:
.underheader .td-element-style {
border-radius: 20px;
}

Into the custom css tab located in Theme panel – Custom Code -Custom CSS: https://www.screencast.com/t/0eXhvHQlreqy

You can edit the border radius and .Underheader to the name you selected but don’t forget to add the . before the word.

To allign the text in the element you will go into the CSS tab from the composer like here: https://www.screencast.com/t/NbG9YJizK7

Thank you !

Post count: 42

Thank you very much for your help. I just did it. Case closed!

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