Slider Image Sizes

Discussion in 'Harrington- A WordPress Business Theme.' started by dinobravo10, Oct 9, 2015.

Thread Status:
Not open for further replies.
  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Good Day,
    Is there an option to decrease the size of the slider images,1600px wide x 750px height is to big for my liking.

    Regards
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-slide > a > img {
        width: 100px !important;
    height:100px !important;
    }
    
    Note:- I have kept the height and width to 100 for once. Please change it according to your requirement.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Good Day,
    Doesnt seems to do anything. Size remains default.

    Kind Regards
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Try this code for once in your custom CSS field of the dashboard.
    Code:
    .sy-slides-crop {
        margin-left: 48px !important;
        height: 446px !important;
        width: 850px !important;
    }
    .sy-caption-wrap {
      left: 8%;
    }
    .sy-pager {
        left: 8.2%;
    }
    NOTE: Adjust all numeric values as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Hi Priya,

    I still have no success in changing the sizes of the image sliders.

    I already had this in stylesheets.
    .sy-slides-crop {
    border: none !important;
    }
    .sy-caption-wrap {
    display: none;


    1.The following code is not working.

    .sy-slides-crop {
    margin-left: 48px !important;
    height: 446px !important;
    width: 850px !important;
    }
    .sy-caption-wrap {
    left: 8%;
    }
    .sy-pager {
    left: 8.2%;
    }


    Kind Regards
     
  6. priya

    priya Guest

    Hello,

    Would you please send us your dashboard credentials at [email protected] along with this thread link as well so that we can figure out the issue and able do it for you..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. priya

    priya Guest

    Hello,

    Done the changes in your site...

    Kindly check your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Hi Priyanka,
    I confirm it works now,Thanks. But now that the images get smaller. There's big space between the home page heading and the slider.
    1.How to remove that space
    2. Also how to shift the menu and logos so they are in line with the slider pictures.
    See image.
    Kind Regards
     

    Attached Files:

  9. priya

    priya Guest

    Hello,

    I have done changes in your site..

    Kindly check your site...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  10. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Hi Priyanka,

    I confirm the changes,but have issues with the picture sizes within the slider. I do upload the size of the images as per settings(1200*500) in the stylesheet,But part of it remains cropped and isnt displayed properly. Could you advise please.


    Kind Regards
     
  11. priya

    priya Guest

    Hello,

    Done..!!

    Kindly check your site and acknowledge the same...

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  12. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    If you are not using animation in the slider, dimensions images 1100 x 516 pixels really good look.

     
Thread Status:
Not open for further replies.

Share This Page