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

Fixter Joomla 4

O

oekmed

Template 2 years ago

Hello.

How can I align the module-position to the right edge in the header? It's about the contact information.

Thanks.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #111564

Hi there!

Thanks for contacting us.

Your site URL here will be better to have. However, you can try the following sample code in your custom CSS:

#sp-header .ml-auto.d-flex.justify-inline-blocks {
    right: 30px;
    position: absolute;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
O
oekmed
Accepted Answer
2 years ago #111695

Hi. Thanks, it works.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #111936

Glad to know that and you are always welcome:)

0