Slideshow size

Discussion in 'SwiftRay WordPress Theme' started by landitollig, Oct 29, 2015.

  1. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Good day,

    I am building a website on the SwiftRay theme. I would like to change se size of the slideshow which is currently 675x255.

    How do I go about to do that?

    Thank you!
    Kind Regards
    Landi
     
  2. priya

    priya Guest

    Hello Landi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #slides .slide img, #slides .slide iframe {
        width: 603px !important;
    }
    #slides {
        width: 604px;
        margin-left: 36px;
    }
    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