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

Logo On Right

E

Ernestine

Helix Framework 3 years ago

**Hi,

See: http://test.lilian-schouten.nl/.

I want to put logo on right instead of left. I used this, but nothing happen.

p-header .logo { float: right !important; } p-logo .logo { text-align: right;}

how can i put logo on right?

Greetz, Ernestine**

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

Hoi Ernestine,

Using float is not the perfect way. It's much better is to Re-Order Grid Column by using new CSS rules, bootstrap 5.

I guess you need example code:

#sp-logo  { order:2; }
#sp-menu { order:1; }
0
E
Ernestine
Accepted Answer
3 years ago #54826

That's the trick! Thank you!

0