How can I edit the footer space and adjust the layout?

Hi can anyone help with these?

  1. I want to remove the excess space in the footer block

  2. i also want to move the subscription right under the text on the far right

  3. i want the copyright to be in the middle of the page

can someone help?

Hey @HanMar
Share your Store URL and Password if enabled

here’s the link https://www.bloomandvase.com/

Please provide password too as your store is password protected

uhiech

Hey @HanMar

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.

hi the subscription is too low can you bring it closer to the text?

and in line with the text?

Add this code above tag

.footer-block__newsletter {
    padding-right: 150px !important;
}
1 Like

it worked thanks!

You’re Welcome, Do Mark it as Accepted Solution if I was able to help you! :slightly_smiling_face:

1 Like

Hi Can you please help me to equal the space between footer menu

I have tried this code but unable to do so.