How to enlarge buttons?

Posted in: Newspaper
Post count: 494

Hi, the buttons “previous” and “next” in the smartlist are too narrow in my language.
How could I modify the width to make them wilder?
Thanks

Post count: 20688

Hi,

It could be possible with some CSS code. For a more accurate solution please provide a link to your website, we will try to give you a solution.

Thanks

Post count: 494

Hi Simion, just sent you an email. Thanks

Post count: 13

Hello Simon,

can you also help me increase the size of the button pls?

Thanks

Post count: 23312

Hello ultimate28,

Provide your website URL with your smart list element where exactly you want to change the size of this button so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 13
Post count: 23312

Hello ultimate28,

Try the code below ->

.td-smart-list-button {
padding: 20px 50px;
}

The result is here -> https://www.screencast.com/t/3cIQf3cT

Thanks for the message!

Post count: 13

Thank you, please can you tell me where to put it 🙂

Post count: 23312

Hello ultimate28,

The code should have to be added to your custom CSS area, in Theme panel.

Thanks.

Post count: 13

Awesome thanks!

I don’t know if it worked 🙁

https://www.ultimate28.com/uncategorized/hello-world/

Please can you also tell me how can I make only the “next” as big as the post widht?

Thanks

Post count: 23312

Hello ultimate28,

If you want to target only the Next button you should use the following code -> https://www.screencast.com/t/MuIXfAoz

.td-smart-next {
padding: 40px 70px!important;
}

Hope this helps!

Thanks!

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