Tagged: bullet points, Line Break
Hi Team Kresi!
I have created an icon using your informative video.
I have used the icon as bullet points on the web page however the text is breaking and not neatly aligned (see screenshot below).
https://www.dropbox.com/s/foweqx0jiw669am/Screen%20Shot%202015-01-16%20at%2012.26.22%20pm.png?dl=0
What is the best way to fix this so all text is aligned with one another?
Hey markpevans!
Can you post the link to your page where we can see the issue please?
Regards,
Yigit
Hey!
Try to enclosed the text and the icon inside a div. Something like this:
<div class="sneak-box">[av_font_icon icon='ue801' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]<span class="sneak-text">Since my only form of ‘design’ right now is leaving a burp stain on your shoulder, I have real designers creating <strong>adorable items</strong> for us such as pregnancy T-shirts for you and personalized outfits for me.</span></div>
Add this on Quick CSS:
.sneak-box span.av_font_icon {
width: 6%;
float: left;
clear: none;
margin-right: 2%;
}
.sneak-box span.sneak-text {
width: 92%;
float: left;
clear: none;
}
Regards,
Ismael
Hi,
Thanks for sending the code over. It kinda works but when on full screen on desktop it behaves weirdly (see screenshot below)
https://www.dropbox.com/s/zmulsuetq2s70qh/Screen%20Shot%202015-01-19%20at%2010.27.10%20pm.png?dl=0
Can this be fixed?
Hi,
I am still having some issues with this
https://www.dropbox.com/s/zmulsuetq2s70qh/Screen%20Shot%202015-01-19%20at%2010.27.10%20pm.png?dl=0
Hey!
Please add following code to Quick CSS
span.av_font_icon + p {
padding-left: 40px;
}
Best regards,
Yigit
Hi Yigit!
Yep that did the job!!!!
Really pleased thank you :)