Homepage Design - DAWN THEME

Solved
mikenoxus
Excursionist
21 0 4

Hello, can someone help me in how can I place my logo on top of the image banner top middle center and to make my Header much more thinner please!

mikenoxus_0-1698092605094.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4092 938 1145

This is an accepted solution.

Thanks for the info, try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social {
    height: 100px;
}
.header__heading-logo {
    height: 90px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698097696101.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 10 (10)
mikenoxus
Excursionist
21 0 4

yeah please

mikenoxus
Excursionist
21 0 4

ohhh I thought you were going to help me with my question, thank you man but I am already being mentored.

Made4uo-Ribe
Shopify Partner
4092 938 1145

Hi @mikenoxus 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


mikenoxus
Excursionist
21 0 4

Sure thing here!

https://2e65db-2.myshopify.com/

thank you!

Made4uo-Ribe
Shopify Partner
4092 938 1145

This is an accepted solution.

Thanks for the info, try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social {
    height: 100px;
}
.header__heading-logo {
    height: 90px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698097696101.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


mikenoxus
Excursionist
21 0 4

Thanks man it worked!

 

Made4uo-Ribe
Shopify Partner
4092 938 1145

Try this one. 

  • rom your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    text-align: center;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    justify-content: center;
}

 

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698161061671.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


mikenoxus
Excursionist
21 0 4

Thank man it worked, but I was aiming for something like this if it isn't too much bother please.

mikenoxus_0-1698162142111.png

 

Made4uo-Ribe
Shopify Partner
4092 938 1145

Yes we can do that. Check this one. 

Sasme Instruction.

h2.title.inline-richtext.h2 {
    border-bottom: 1px solid grey;
    padding-bottom: 15px;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    display: unset;
    text-align: center;
}
.page-width.section-template--20719690678583__dd1fbad7-19ab-42f6-bed7-0465704a98e9-padding.isolate h2.title.inline-richtext.h2 {
    margin-bottom: 30px;
}

And Save.

Result:

Made4uoRibe_0-1698163456512.png

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


mikenoxus
Excursionist
21 0 4

Hey Man it worked but the wording is not centered, could you help with that please.

mikenoxus_0-1698183370184.png

mikenoxus_1-1698183388827.png