Draft Theme - Footer Menu Adjustment

Hello, Im good. Thanks! And you?

do you mean like this?

If it is check 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:

@media only screen and (max-width: 749px){
.footer__content-top.page-width {
    padding-top: 4rem;
}

.footer-block__details-content a.list-menu__item--link {
    padding: 0px !important;
}
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hello Dear @Made4uo-Ribe , unfortunatley it didnt work. It still looks very close to upper image and also there is no line at the top of footer menu.

hello @Made4uo-Ribe would you have time to check this one ? Its the only missing part in my website,then everything will be completed.

Please paste thiso ne on the custom css on the customize theme edit. On the footer area. Thanks!

@media only screen and (max-width: 749px){
.footer__content-top.page-width {
    padding-top: 4rem !important;
}

.footer-block__details-content a.list-menu__item--link {
    padding: 0px !important;
}
}

And Save .

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

@Made4uo-Ribe Hi, I could not save it, it showed me the error ‘’ Correct the errors to save your custom CSS. ‘’