Minor header and footer customization in Dawn Theme

katesmbjn
Shopify Partner
12 0 0

Hi!

I was wondering if someone could help me with a couple of edits on both the header and footer. I've been going back and forth with the Shopify community trying to find answers but I can't seem to find one.. Any help would be appreciated! I'm using the Dawn theme btw.

Footer customization
1. Add text below the image/logo and a newsletter sign-up on the 4th row without ruining the alignment.
I tried adding the newsletter but it's either located below the navigations (default), or the navigations will overlap with each other (when I do the coding).

Screenshot 2023-04-04 033913.png


2. Center align the navigations on Mobile and adjust navigations to be a little bit closer to each other.
Screenshot 2023-04-04 034141.png
Header customization
1. Transfer the Search bar inside the Drawer Navigation Menu on Mobile (right now it's currently below the header)

 

Screenshot 2023-04-04 035549.png


Any help is certainly appreciated. Thank you so much in advance!

Here's the preview link to the store btw: https://z0dvxvtjvk1xymt6-66906194210.shopifypreview.com

Replies 13 (13)
Sansaar
Shopify Partner
45 5 3

For Footer Menu In Mobile

 

@media only screen and (max-width: 765px) {
       footer h2.footer-block__heading {
           text-align: center;
       }
       footer ul li a {
           text-align: center;
           display: block;    
           padding-top: 0.5rem;  
           padding-bottom: 0.5rem;
       }
}

 

katesmbjn
Shopify Partner
12 0 0

Thank you so much! Appreciate it!

Sansaar
Shopify Partner
45 5 3

You didn't apply the whole code. because Spacing is Not Proper https://prnt.sc/0dIBw52AZF2j

I give you this code with padding: 0.5rem

@media only screen and (max-width: 765px) {
       footer h2.footer-block__heading {
           text-align: center;
       }
       footer ul li a {
           text-align: center;
           display: block;    
           padding-top: 0.5rem;  
           padding-bottom: 0.5rem;
       }
}
Sansaar
Shopify Partner
45 5 3

For Other Designing Work, We need your Webstore Code then I will give you perper suggestions. for Search box you need in Mobile Main menubar 

Sansaar
Shopify Partner
45 5 3

That issue Didn't understand because i check your whole website no News letter comming

Footer customization
1. Add text below the image/logo and a newsletter sign-up on the 4th row without ruining the alignment.
I tried adding the newsletter but it's either located below the navigations (default), or the navigations will overlap with each other (when I do the coding).
katesmbjn
Shopify Partner
12 0 0

Oh it's because I turned off the newsletter for now since the placement is bad. Should I turn it on?

Sansaar
Shopify Partner
45 5 3

Today you turn it on then I will try to fix your newsletter issue.

katesmbjn
Shopify Partner
12 0 0

Just turned it on. It should be there by now

katesmbjn
Shopify Partner
12 0 0
Oh yeah, I turned the newsletter off for now because it doesn't really fit the look due to its location. Do I have to turn it on?
katesmbjn
Shopify Partner
12 0 0

Which webstore code do you need? Header.liquid or base.scss?

katesmbjn
Shopify Partner
12 0 0
Okay, which part of the code do you need? header.liquid or base.scss?
katesmbjn
Shopify Partner
12 0 0

Thanks! 

katesmbjn
Shopify Partner
12 0 0
Oh yeah, thanks for the immediate response!