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

Vertical Align Searchbox

K

Krachtstroom

Helix Framework 3 years ago

Hi Joomshaper, I'd like to have a searchblock in my header. Logo on the left, navigation and searchbox on the right. So I split the header in 3-6-3 columns and put the Search module in the right column.

But this box is attached to the top, where the logo and the navigation are vertical centered. Tried several things to align this box centered too but with no success.

Any idea which css I need to accomplish that?

Hope to hear soon.

Kind regards

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #59707

Hi

Could you please give me your site URL and also screenshot? So that I can check?

-Regards.

0
K
Krachtstroom
Accepted Answer
3 years ago #59715

Hi Mehtaz,

Not really sure how to send you a screenshot but I think the url makes it clear to you. Site is in early stage of development.

Regards

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

Hi

You can use this custom CSS

.awesomplete{
     position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
K
Krachtstroom
Accepted Answer
3 years ago #59729

Hi Mehtaz,

O that was easy :-). I never would have figured it out. Thank you very much!

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

You are always welcome! Could you please accept my answer and close this post?

It would be very kind of you if you can manage some moment to give us feedback here: https://extensions.joomla.org/extension/sp-page-builder/

https://www.trustpilot.com/review/www.joomshaper.com

Please let me know your name on the review. Thanks for being with us :)

0
K
Krachtstroom
Accepted Answer
3 years ago #59737

How to close this ticket?

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

No issue it is close now as you acceptec the answer.

Thank you.

0