Moving Menu & Cart Icon Down On Dawn Theme

Solved

Moving Menu & Cart Icon Down On Dawn Theme

Attractivist
Excursionist
50 0 4

IMG_7605.jpeg

Hello, So I Was Wondering How I Can Move The Cart & Menu Icon Down A Little So When I Open The Menu, It Won’t Run Into My Logo Because It Look Glitchy, Also I Wanna Make Menu Opening Smoother, It’s Jumping Out When You Click The Menu. Thanks

 

Store URL https://attractivist.myshopify.com

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @Attractivist 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 767px) {
    .header {
        display: flex !important;
        justify-content: end;
}
    .header__icons, header-drawer {
        margin-top: 10%;
}
}
@media screen and (max-width: 450px) {
    .header__icons, header-drawer {
        margin-top: 5%;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719489967357.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.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @Attractivist 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 767px) {
    .header {
        display: flex !important;
        justify-content: end;
}
    .header__icons, header-drawer {
        margin-top: 10%;
}
}
@media screen and (max-width: 450px) {
    .header__icons, header-drawer {
        margin-top: 5%;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719489967357.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.
Attractivist
Excursionist
50 0 4

Thanks! It Worked 🙂 Also I Need The Coding To Make Hamburger Menu Come Out Smoothly