Issues with Slider Image Size

Discussion in 'Compass WordPress Theme' started by marketingtypes, Jul 10, 2014.

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

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi --

    I am trying to change the height of the images used in the slider on a Compass theme. I've read through the forums (obviously I'm not the first person to try this...), but, everything I've found and tried, didn't work. I am trying to change the image dimension to 1250 x 400.

    How can this best be accomplished?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .sl-slider-wrapper {
    min-height:400px;
    height:400px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. marketingtypes

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi Gourav,

    I tried that, and it does work...but it doesn't resize the image -- only the viewable size (so the images seems to be blown out, and it's not showing the whole image). We're creating a new site on a temp domain through Godaddy, so that may be the issue.

    Oh yea -- I did upload a new image with the correct dimension -- 1250 x 400, and it didn't make a difference.

    If you look at the site here:

    http://882.ac0.myftpupload.com

    you can see the first image only shows the words..."know what makes," and it should show two lines of text -- Know what makes, (and ) your phone ring (on the second line).

    Thanks Gourav!

    chris
     
  4. marketingtypes

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi -- I reset the theme, and started over again. It's currently displaying the full size images. So, if you look at the link, it will no longer display the issue.

    We may just go with the full size images for now.

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page