Hey,
if i create an iconBox with the archtiect – i get a beautiful line at the right side of the box. Something like a “divider” perhaps.
Could anyone help me to get this line at both sides -right and left ? perhaps also bottom and top ?
Did you get what i am talking about ? ;)
thanks al lot !
Hey tese!
I’m sorry but I’m not sure I understand. Are you talking about the boxed style? http://kriesi.at/themes/enfold/shortcodes/iconbox/
Go ahead and send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
Elliott
hi,
Yepp … my box look like this
I would like to try something like this
Thanks a lot!
Hi!
Add this to Quick CSS:
.iconbox_content blockquote {
border-right-style: solid;
border-right-width: 7px;
padding-right: 20px;
border-bottom-style: solid;
border-bottom-width: 7px;
padding-bottom: 20px;
border-right-color: blue;
border-bottom-color: blue;
}
Adjust as needed.
Best regards,
Josue
Hi,
perfect ! Nice support ! Thanks !
See ya next problem ;)
Helo, how did You do the thing with the red line on the left side of Your text?
(I am only interested in the rede line) Thanks petcar
Hey!
It was probably a blockquote.
<blockquote>Your text here</blockquote>
Cheers!
Elliott