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

Prevent Search Button Wrapping

S

SPD

Helix Framework 3 years ago

Hi, Is there anyway to prevent the search button from wrapping as you can see in the image

https://drive.google.com/file/d/15fKMOZ8frBQJjNBo_46HE9MIfcEWKTqG/view?usp=sharing

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #80012

Example solution (custom CSS)

@media (min-width: 1180px) and (max-width: 990px) { 
.sppb-addon-module  .mod-finder button.btn.btn-primary {
  padding: .375rem .25rem;
  position: absolute;
  right: 0px;}
}

foto_8726_2022.jpg

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #79992

Hi,

Thanks for contacting us. Do you want to hide this full search button?

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #80005

Hi SPD,

yes, possible. I guess we talk about smaller screens. If yes, .... look below

0
S
SPD
Accepted Answer
3 years ago #80028

Yes, thank you so much, exactly what I was looking for! You are a star Paul!

0