Removing arrow to reduce the section size

Can anyone help me removing the empty space in btwn related product n marquee text to reduce the section size (mobile view only) https://sheeksorority.com/

1 Like

Hey @Sheeks

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

1 Like

Hi @Sheeks

check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
@media only screen and (max-width: 749px){
.section-container.primary-scheme {
    padding-top: 0px;
}
.marque-text {
    padding-top: 10px;
    padding-bottom: 20px;
}
}

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

Thanks ^^

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.