Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Dawn Footer - How do I right justify on desktop but left justify on mobile?

Dawn Footer - How do I right justify on desktop but left justify on mobile?

remarkspuzzles
Tourist
13 0 1

Hello,

 

We have the right side of our footer right justified which we like on desktop but on mobile the title stays right justified but the links move to left justified. Is there a way to keep it right justified on desktop and left justify the links and title on mobile? The website is re-marks.com.

 

file_720.jpg

Replies 5 (5)

Ujjaval
Shopify Partner
1242 197 213

@remarkspuzzles add below css into section-footer.css file

@media (max-width:425px){
.footer-block__heading {
    text-align: left !important;
}

}
remarkspuzzles
Tourist
13 0 1

Thank you for the quick response. It looks like it works when I test preview it but it's still right justified when I look at it on my phone.

remarkspuzzles
Tourist
13 0 1

Do I need to replace the old code, that right justifies that column, with this new code?

remarkspuzzles
Tourist
13 0 1

Hello @Ujjaval... just wanted to be sure you saw my questions above.

 

Thanks,

Ben

remarkspuzzles
Tourist
13 0 1

Is there anyone else who can help with this issue or do I need to repost it?