Mobile version is not to scale (Dawn theme)

Hi,

I’ve noticed that the mobile version of my website is not to scale.

  • My header icons are cut off

  • The table in delivery information is not mobile-friendly

  • Even some headers and descriptions on the product page are too large

https://tiliano.co.uk/?_ab=0&_fd=0&_sc=1

P/w: Debut23

Thanks so much

Hi @Gee3

You can follow the following steps:

  1. Please go to the Online Store
  2. Then Edit Code
  3. Please find the theme.liquid file
  4. Before end of Please add following code.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Thank you, it worked!

Please also help me with the table on Domestic Delivery it is too large. The heading is also too large.

Also, the description on the product page is too big.

@Gee3

Please use this css

@media only screen and (max-width: 600px) {
.accordion__content p {
    font-size: 12px !important;
}
}

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Thank you so much!

Is there any way to reduce the size of the table on domestic delivery?

@Gee3
Inline width working

Can’t do anything

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Thank you for your help!

Apologies, one more request.

Would you be able to resize the button in the header ‘shop now’

@Gee3

Can you please like and accept the solution?

@Gee3

@media only screen and (max-width: 600px) {
a.button.button--primary {
    min-width: 0rem !important;
}
}

use this css

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Thank you so much!

1 Like