How can I raise the image to the top of the footer section?

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

Thank you for the warm welcome!

Here is the URL: https://xmart.me/

Password: Xmart@@@

URL: https://xmart.me/

Password: [email removed]

Hey @FadiAlNajr20

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

Hi @FadiAlNajr20

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. 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