Hi guys, I have an issue with some type getting cut off while client view site on ipad
Here is a screen grab, see the bottom 3 icon box areas:
http://messymiracles.com/IMG_2126.PNG
Is there a setting that I can change the width padding or spread the type in the box area more?
Looks like a lot of wasted space in between, looks like I could edit the blank space in between.
Any ideas?
Hi fixedopsinsight!
Try increasing your sidebar width in Dashboard > Enfold > General Layout > Dimensions.
Cheers!
Elliott
Thanks Elliott, that adjustment does help. can you guide me in reducing some of the space between the 1/3 areas?
there is a lot of blank space, not sure what script can change that. If it’s to tough to manage, I will let it go.
let me know your thoughts
Hi,
On what page do you want to decrease the space between the 1/3 elements?
Best regards,
Rikard
Hi Rihard,
see this page
http://messymiracles.com/training/
when you reduce the size of your browser window, similar to an ipad, the title text is cut off. any ideas?
Hey!
Add this to your custom CSS.
@media screen and (max-width: 767px) and (min-width: 990px) {
h3.iconbox_content_title {
font-size: 13px !important;
}
}
Best regards,
Elliott