Tagged: 

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

    Dear Kriesi team,

    I want to remove icon at icon box feature. and than I want to decrease space between box to other box. my site is here san diego hills and than this is a link screenshoot of my site about remove icon http://postimg.org/image/71cjrou8n/. just info my site dimension is 1200 px width

    I hope Kriesi team help me, thanks

    Iwan

    • This topic was modified 9 years, 7 months ago by iwanseti4093.
    #430690

    Hi iwanseti4093 ;
    to remove the icon use this code:

    .iconbox_top .iconbox_icon{display: none;}
    
    #430726

    @begrafiks Thank’s for your support. and than do you know how to decrease space above title between border ?

    #431059

    Hi!

    Use this to decrease the space above the title:

    .iconbox_top .iconbox_content {
      padding: 20px 20px 20px 20px;
    }

    If you want to increase the column size, place the columns with the iconbox element inside a color section then add a unique section id. Use “custom-section” for example then add this to the Quick CSS field:

    #custom-section .flex_column.av_one_third {
      width: 32%;
      margin-left: 1.3%;
    }

    Cheers!
    Ismael

    #431141

    Hi, Ismael
    Thank for your reply. About increase the column size at the moment you give the code has not been successful and the result just 1 column only. whether the code should be rewritten for column 2 and column 3 ?

    This is the result of the code that I add to Quick CSS field. —> http://postimg.org/image/usluo3czx/

    thanks
    Iwan
    Marketing san diego hills

    • This reply was modified 9 years, 7 months ago by iwanseti4093.
    #431174

    Hi ismael, my problem is resolve. thanks

    #431769

    Hi!

    Great, glad you got it fixed.

    Cheers!
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.