Increase size

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Aug 26, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    Is there a way to increase the size of the spinning icons below the business taglines so that they are slightly smaller than the product photo?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1
    {
    padding-left:100px;
    }
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 img{
    width:75px;
    height:75px;
    }
    Thanks & Regards
    Pramod
     

Share This Page