- Posts: 9
- Thank you received: 1
Incorrect display text on mobile
-
info5366
Inactive member - Topic Author
- New Member
Less
More
3 years 3 months ago #48077
by info5366
Incorrect display text on mobile was created by info5366
Hi,
in may page here: www.funghidibiase.it/index.php/it/french-bread the two columns remain displayed on the mobile causing an unreadable text alignment.
Is there a way to avoid the double column on the mobile version?
Thanks
in may page here: www.funghidibiase.it/index.php/it/french-bread the two columns remain displayed on the mobile causing an unreadable text alignment.
Is there a way to avoid the double column on the mobile version?
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 3 months ago #48079
by milos
Replied by milos on topic Incorrect display text on mobile
Hello,
Please go to System > SIte Template Styles > Hot Bakery > Custom > CSS (refresh browser once if you don't see the code) and under this line:
add this:
Regards,
Milos
Please go to System > SIte Template Styles > Hot Bakery > Custom > CSS (refresh browser once if you don't see the code) and under this line:
Code:
@media (max-width: 767px) {
add this:
Code:
.page_container > .sparky_cell {
width: 100%;
}
Regards,
Milos
Please Log in to join the conversation.
-
info5366
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 1
3 years 3 months ago #48081
by info5366
Replied by info5366 on topic Incorrect display text on mobile
Perfect, thanks a lot
Please Log in to join the conversation.
-
info5366
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 1
3 years 3 months ago #48086
by info5366
Replied by info5366 on topic Incorrect display text on mobile
Hi,
some issue here: www.funghidibiase.it/index.php/it/ricette
I take advantage of your kindness once again, thank you.
some issue here: www.funghidibiase.it/index.php/it/ricette
I take advantage of your kindness once again, thank you.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 3 months ago #48088
by milos
Replied by milos on topic Incorrect display text on mobile
Hi,
Please add this after the code I gave you previously:
Regards,
Milos
Please add this after the code I gave you previously:
Code:
.page_container {
display: block;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.233 seconds