What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: align footer newsletter dawn theme

Solved

How to align footer newsletter in Dawn theme?

Z18
Tourist
8 1 1

Hi, i just got some issue with my footer, my newsletter just got out of the alignment, i need some help because im getting tired
Screenshot 2024-02-18 at 01.42.14.png

 

the code i put in assets > base.ccs

@media only screen and (min-width:1200px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
    margin-top: 0px;
    width: -100%;
}

.footer-block__newsletter {
    margin-left: auto;
    margin-right: -100px !important;
}

ul.footer__list-social.list-unstyled.list-social {
    align-self: flex-start;
    margin-bottom: 0px;
}                                              
.footer__content-top.page-width {
    display: auto;
  margin-top: 0px;
}
.footer-block__newsletter {
    width: max-content;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 0px;
}
}

@media screen and (min-width: 1200px) {
.footer-block__brand-info {
    margin-left: -200px;
}
}

 

Accepted Solution (1)
Z18
Tourist
8 1 1

This is an accepted solution.

hey, i just solve the problem but thanks for try to help me

 

i use this code 

@media only screen and (min-width:1200px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
    margin-top: -190px;
    width: 1275px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1200px) {
.footer-block__brand-info {
    margin-left: -175px;
}
}

 

the result:

 

Screenshot 2024-02-21 at 02.27.35.png

View solution in original post

Replies 7 (7)

webwondersco
Shopify Partner
1176 169 172

@Z18 could you please share your store URL?

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
Z18
Tourist
8 1 1
webwondersco
Shopify Partner
1176 169 172

@Z18 Added CSS and your footer structure is not as per requirement. Could you please keep all the divs of footer in the same div? so it'll easily manage using the CSS

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
Z18
Tourist
8 1 1

ok, done, tell me if you need more information or something, thanks for replying me

webwondersco
Shopify Partner
1176 169 172

@Z18 if we update the CSS then it overlaps some of the contents. Please check attachment

 

webwondersco_0-1708330883493.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
Z18
Tourist
8 1 1

looks nice, but yes, there is an overlap in the brand information, ¿it is a possibility to align every box in a proper way?

Z18
Tourist
8 1 1

This is an accepted solution.

hey, i just solve the problem but thanks for try to help me

 

i use this code 

@media only screen and (min-width:1200px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
    margin-top: -190px;
    width: 1275px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1200px) {
.footer-block__brand-info {
    margin-left: -175px;
}
}

 

the result:

 

Screenshot 2024-02-21 at 02.27.35.png