How To Center Module Inside Header? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Center Module Inside Header?

Laurent

Laurent

Helix Framework 3 years ago

Hi,

I have selected this header : https://prnt.sc/6WUcl-gcXrvY Then I have published 2 modules on top1 and top2 positions. But how can I center this module certically : https://prnt.sc/0Ktpjr5hu9W7 ?

Thanks l.

0
5 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #87661

Kindly add the following css rules in custom css section:

@media (min-width: 992px) {
  #sp-top2 .sp-column  {
    height: 100%;
    display: table;
    float: right;
  }

  #sp-top2 .sp-column .sp-module {
    display: table-cell;
    vertical-align: middle;
  }
}
0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #87650

Hello

Thank you for your query. Can you provide your site url, please?

0
Laurent
Laurent
Accepted Answer
3 years ago #87655

see Hidden Content area

0
Laurent
Laurent
Accepted Answer
3 years ago #87663

perfect many thanks

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #87665

You are most welcome :)

If you are happy with the support, could you please take some moment to share your feedback in the links below? I would appreciate that very much.

https://extensions.joomla.org/extension/sp-page-builder/

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

Have a great day and stay safe

0