Hello i would like move the store logo to the center of the header in the bootstrap5 theme, what do i have to do?
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 (https://getbootstrap.com/docs/5.3/utilities/flex/#justify-content)
You need to edit below line in fine public_html/extensions/bootstrap5/storefront/view/bootstrap5/template/common/header.tpl
Around line 3 there is a code below
<div class="mb-auto col-12 col-md-2 d-flex flex-wrap flex-md-nowrap justify-content-between"
You need to set a 100% width here and set justify-content-center
Ive done that but still continue to have the logo on my left.
Can you please help me solve this?
Can you share your HTML/CSS or post a link?
Its working thanks ;)