Square Button - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Square Button

S

SPD

SP Page Builder 2 years ago

SPPB Pro 3 (Latest) just wondering if it is possible to create a square button, e.g. 200 x 200. I am guessing not since there is no max/min sizes.

So if not is there any other addon which I could use to 'Click' to go to a menu option which I could make look like a button.

I need to create a few "buttons" using can click to go to different search pages, so there would be menu options Cheers

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113356

Hi SPD,

only via custom CSS, very basic Custom CSS is needed.

Choose shape and create CSS class name, for example, square.

info_966_2023.jpg

Then use Custom CSS:

a.square  {width: 200px; height: 200px;  
align-content: center; display: grid;}

as you see pretty easy, 90sec.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113357

after following all steps

info_967_2023.jpg

info_968_2023.jpg

0
S
SPD
Accepted Answer
2 years ago #113358

Cheers Paul, for some reason custom css didn't even click (Button, click... see what I did there) Anyway, been work 12hrs straight time for a break I think. As always, yer a star!

0