How do i put the icons on the corners and my logo in the middle bigger so its organized in mobile

please provide store link

https://mybobabuddies.com/

Hi,

Please add the code below to Assets/base.css file.

@media screen and (min-width: 250px) and (max-width: 767px) {
  .page-width {
    padding: 0 2rem !important;
  }
}

You may change the 2rem to 1.5rem or 2.5rem to fit your needs.

Hope it helps.

Thanks.

1 Like

it worked thanks so much