Hi, I'm trying to move my logo further to the left in the brooklyn theme, especially on the homepage.
There is an option to adjust the width but I could'nt find any option to change position and understand that it will need some coding.
Please let me know how i can adjust the position.
Thank you
Solved! Go to the solution
You can move the logo by using css styles.
This is an accepted solution.
HI @ssd15,
You can try adding this code at the end of your theme.scss.liquid
.grid__item.large--one-third.medium-down--one-half { @include at-query($min, $large) { position: absolute; top: 37px; left: 30px; } }
Then on header.liquid at line 112 change the class large--two-thirds to large--one-whole
Like this:
<nav class="grid__item large--one-whole large--text-right medium-down--hide" role="navigation">
If you need more assistance we can do this task for you, just send us an Email with your Shopify URL then we will send you an invitation to your Shopify as a collaborator.
Best regards,
Premier Stores
User | Count |
---|---|
738 | |
141 | |
101 | |
64 | |
44 |