Place subscribe in column refresh footer

Place subscribe in column refresh footer

15478
Tourist
10 0 4

Hi Guys, wondering if any of you can help me out with the following. 

 

regarding the subscribe section:

- place subsrcibe block into a column 

- add text underneath the subscribe header

 

regarding the complete footer section:

- change font size of text in colums

- full width column 85% on desktop 

- full width column 95% on mobile

 

Schermafbeelding 2024-06-26 121546.png

Replies 2 (2)

Raj-webdesigner
Shopify Partner
360 90 88

Add This style in your edit code > base.css file

@media screen and (min-width:749px){
	.footer-block--newsletter.scroll-trigger.animate--slide-in {
	    margin: 0;
	}
	.footer__content-top.page-width {
	    display: flex !important;
	    align-items: flex-start;
		gap: 26px;
	}
	.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
	    max-width: 75%;
	}
	.footer-block--newsletter.scroll-trigger.animate--slide-in {
	    width: 100%;
	    max-width: 25%;
	}
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


15478
Tourist
10 0 4

Thanks, i t works in order to get the subscrice section in a column. But i dont see an way to insurt additional text underneath the header.