Hi,
i’m developing a service page for my site. I tried few things to see how works best for me: box icon, icon and list icon. I’ve few question, thanks in advance for the support.
Box icon (orange section) – how can i make a smaller circle?
Icons (yellow section) – if i use a separator line, icons are bad displayed and circle become an ellipse.
List icon (gray and magenta section) – the dotted vertical line starts from the top of first icon instead of the bottom, is that normal and i see that because i used a semitransparent background?
Thanks,
Leonardo
Hi leosimo!
Can you please firstly update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/ and WordPress to version 4.0.1
Best regards,
Yigit
Hi!
smaller circle:
#top .iconbox.av-no-box .iconbox_icon {
width: 50px;
height: 50px;
line-height: 50px;
}
yellow section:
.av_font_icon.av-icon-style-border .av-icon-char {
width: 50px !important;
heigth: 50px;
margin: 70px auto;
}
dotted line:
Yes, It hink that’s normal.
Regards,
Andy
Hi Andy,
thank you. The css for iconbox works well but the one for the yellow section didn’t. Nevermind, i’ll use the icon box or the icon list with less alpha on the background.
Thanks again,
Leonardo