Slider Size Change

Discussion in 'InkThemes-Support Working Hours' started by adammacha, Nov 29, 2015.

  1. adammacha

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    Hi
    Can i change the Slider Size from its default size.
    Suppose i need it bigger than it is now.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please let me know the name of the theme to which you are talking about.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. adammacha

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    The theme is traffica
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides .imgmedia img {
        width: 700px !important;
        height: 289px !important;
        margin-left: -96px !important;
    }
    .flexslider .slides .content {
        width: 31%;
    }
    .flexslider .slides .imgmedia {
        background: none !important;
    }
    Note: Adjust numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page