How do I change my logo on the homepage to the left of the page and place the menu to the right

How do I change my logo on the homepage to the left of the page and place the menu to the right

JP12we5
Tourist
20 0 5

The Theme is Boundless and I am not sure how to change my logo on the homepage to the left of the page and place the menu to the right. Ive tried to find the setting, but to no avail it can't located a fix.

Replies 13 (13)

ali768
Tourist
12 1 1

hey dear @JP12we5 can you send me your website URL then i will help you 

Malikhan
JP12we5
Tourist
20 0 5

hello, thank you, my website url is link 

JP12we5
Tourist
20 0 5

hello, all help would be appreciated, yes please take care of this 🙂

Made4uo-Ribe
Shopify Partner
9029 2160 2664

Hi @JP12we5 

The logo is not visible on homepage. Please, add. Thanks!

Made4uoRibe_0-1732815105059.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
JP12we5
Tourist
20 0 5

hello, ive just added the logo for you to see

JP12we5
Tourist
20 0 5

please let me know if you can help

Made4uo-Ribe
Shopify Partner
9029 2160 2664

Thanks for the info, try this one.

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template.name == 'index' %}
<style>
@media only screen and (min-width: 700px){
.site-header__inner {
    display: grid;
    grid-template-areas:
        "logo icons nav";
    grid-template-columns: 1fr auto auto;
    width: 100%;
}

.site-header__logo h1 {
    grid-area: logo;
}

.grid__item.one-third.medium-up--one-sixth.text-right {
    grid-area: icons;
    display: flex !important;
}

.grid__item.one-third.medium-up--one-sixth {
    grid-area: nav;
}

.template-index .site-header-wrapper, .one-third {
    width: 100% !important;
}
.site-header__logo img {
    max-width: 100%;
    margin-left: 0;
}
.grid__item.one-third.medium-up--two-thirds {
    width: 100% !important;
}

.doubly-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 10px;
}
}
</style>
{% endif %}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1732831371816.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
JP12we5
Tourist
20 0 5

Hello I appreciate your response and I did the fix. However, it shows up perfectly on desktop, but not on mobile. Mobile viewing still shows up the same. How can I change that so it shows correctly?

 

Also the drop down menu when I press the (3 bars for menu) shows up on the left of the screen not the right where the three lines are located. I would like for it to show up on the right where the menu bar is on mobile and desktop.

JP12we5
Tourist
20 0 5

Also the onld view appears for all other pages, id like it for all pages to have the logo on the left and menu on the right, on desktop and mobile. don't worry I will tip I know its a lot of work and I appreciate you in advance

JP12we5
Tourist
20 0 5

hello, I still need your help when you are available because it only shows correctly on desktop and not mobile 

Dan-From-Ryviu
Shopify Partner
10220 2032 2102

Hi @JP12we5 

I see you already did it

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

JP12we5
Tourist
20 0 5

hello, no I was only able to resolve the issue for the home page on desktop view, not mobile or other pages , I still need help please

JP12we5
Tourist
20 0 5

it shows up perfectly on desktop, but not on mobile. Mobile viewing still shows up the same. How can I change that so it shows correctly?

 

Also the drop down menu when I press the (3 bars for menu) shows up on the left of the screen not the right where the three lines are located. I would like for it to show up on the right where the menu bar is on mobile and desktop

 

The old logo in the middle view appears for all other pages. I'd like it for all pages to have the logo on the left and menu on the right, on desktop and mobile.