Horizontal Align Of Top2 Position - No Answer Yet - Question | JoomShaper

Horizontal Align Of Top2 Position - No Answer Yet

P

pavelvit

SP Page Builder 1 month ago

Hello, we have problem to align right the top2 position on PC. There is a logo position in layout on the left, but on PC is hidden. How can I align link to Eshop and other icons to the right please? https://www.vella.cz/index.php

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151337

You can:

  1. Recreate whole header with top-bar with custom values etc.
  2. Edit predefned header file
  3. Or "cheat joomla" by using Custom CSS:
@media screen and (min-width: 992px) {
#sp-top-bar .col-lg-5 {flex: 0 0 auto;width: 50%;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151305

Ahoj Pavel.

Set for positions Top1 and Top2 Desktop width (grid) at lg-6, now they are lg-5.

Then content from top2 will be align to the right side.

info_2429_2024.jpg

0
P
pavelvit
Accepted Answer
1 month ago #151322

Hello Paul,

many thanks for your reply. Unfortunatelly I was not able to locate where can I edit top2 col width. I have searched throuch shaper_floox template but no success.

Thanks a lot.

Best regards.

Pave l Vit

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151327

is that predefinied header?

If yes, it request more efford

0
P
pavelvit
Accepted Answer
1 month ago #151331

Hello,

yes I!m talking about template predefined header.

Best regards.

Pavel

0
P
pavelvit
Accepted Answer
1 month ago #151385

Thank you, it is working :)

0