Hi, I have a section in the footer that contains my logo image. I would like to make the image higher up so that it aligns better with the design. How can I achieve this in Shopify using CSS or Liquid?
@FadiAlNajr20 Could you please share the store URL? This will allow me to inspect it and provide you with a more tailored solution.
Hey @FadiAlNajr20
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello @FadiAlNajr20 , Can you please share your store url
URL: https://xmart.me/
Password: [email removed]
Hey @FadiAlNajr20
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
webi-collapse.footer__blocks-wrapper.grid > .footer-block.grid__item:nth-child(1) > button {
display: none !important;
}
Here is the result: https://prnt.sc/cL4TKsWW0BNX
I hope this helps
Best,
Daisy
