Shopping Cart Operations > Template Support

Bootstrap5 Logo Position

(1/2) > >>

Nuno Neff:
 Hello i would like move the store logo to the center of the header in the bootstrap5 theme, what do i have to do?

abolabo:
you can find logo here
public_html/extensions/bootstrap5/storefront/view/bootstrap5/template/common/header.tpl

https://getbootstrap.com/docs/5.3/utilities/flex/#justify-content

abantecart:
You need to edit below line in fine
--- Code: ---public_html/extensions/bootstrap5/storefront/view/bootstrap5/template/common/header.tpl
--- End code ---

Around line 3 there is a code below

--- Code: ---<div class="mb-auto col-12 col-md-2 d-flex flex-wrap flex-md-nowrap justify-content-between"
--- End code ---
       

You need to set a 100% width here and set justify-content-center

Nuno Neff:
Ive done that but still continue to have the logo on my left.

Can you please help me solve this?

abantecart:
Can you share your HTML/CSS or post a link?

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod