This topic has 12 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
1. May I ask why there is a divider shows out when the screen size decreases? The divider of the info box is disabled
https://prntscr.com/s4hzck
https://prntscr.com/s4hzfo
2. The icon is on the left side of the title, but it goes on the top of the title the screen size decreases while there is still lot of space on the left side of the title.
How can I settle the icon on the left of the title?
https://prntscr.com/s4hzl4
Thank you
Hello,
1) You need to disable it in settings of Callout – http://prntscr.com/s4lilg
2) It is the predefined behavior of this element, there is no option to change it, by default.
Regards
1. Thank you
2. No additional coding as be used?
Hello,
I have added custom code to make it inline even for the mobile device
.mpc-icon-column--style_3 .mpc-icon {
float: left;
}
Regards
May I ask where is the code? I copied and pasted the row but the icon of the new row is still on the top
Hello,
Add the mentioned code to page custom CSS http://prntscr.com/s5599x . Maybe you overwrote my changes of your home page.
Regards
Hi,
The icon is on the left now, which is great. Can the title be on the left too?
https://ibb.co/LhVKfbB
Just like on desktop: https://ibb.co/mHxghZp
Thank you
Hello,
.mpc-icon-column--style_3 .mpc-icon-column__heading {
margin-left: 20px !important;
text-align: left !important;
}
Regards
Thank you.
There is a large margin between the title and the infoboxes when I view on phone. I think it is because I hidden 4 rows of infoboxes on phone. How can I eliminate the large gap?
https://ibb.co/HtQx39z
Thank you
Hello,
Check now.
Regards
Thank you
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up