Is it possible to Increase the height of Separator?

Posted in: Newspaper
Post count: 29

Hi, The separator in my newspaper theme is very thin, even it’s very hard to see correctly because of the thin size.

Look here to the screenshot of mine website= https://prnt.sc/qvxovw

look to other websites= https://prnt.sc/qvxolj

I have tried a lot to find a way in the theme panel in order to increase the height of it to view it correctly. But I have found nothing!

Post count: 18283

Hello !

Probably they changed the size using CSS code, please provide a link to your page and we will take a look.

Thank you !

Post count: 29

Here it the link to my site: Click Here

Post count: 18283

Hello !

You can use this code as you can see here: https://www.screencast.com/t/gyuZQxsy

.wp-block-separator.is-style-wide{
margin: 35px 0px 55px 0px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

I hope this was helpful !

Thank you !

Post count: 29

Hi,

Your code was not helpful to make the separator begger in order to see it clearly.

Can you please help with that by trying it in your end first?

Post count: 18283

Hello !

We have created the code on your live site:

Before: https://www.screencast.com/t/SirxUitf8K50

After: https://www.screencast.com/t/iZ3HveYkq

Please make sure that you implement the code properly as shown in this image: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 29

Hi, I have even applied it correctly and look it to your screenshot it’s the same and does not look clearly as well.

I want it to look more clear and big something like= https://prnt.sc/qvxolj

Post count: 18283

Hello !

In order to make it thicker you will have to use this code: .wp-block-separator.is-style-wide {
border-width: 0 0 10px 0;
}

Thank you !

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