Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #370517

    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 !

    #370759

    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

    #370944

    hi,

    Yepp … my box look like this

    status quo

    I would like to try something like this

    tryout

    Here is my page

    Thanks a lot!

    • This reply was modified 9 years, 11 months ago by tese.
    #371192

    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

    #371249

    Hi,

    perfect ! Nice support ! Thanks !

    See ya next problem ;)

    #371259

    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

    #371317

    Hey!

    It was probably a blockquote.

    <blockquote>Your text here</blockquote>
    

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.