image resized

Discussion in 'Themia WordPress Theme' started by sociald, Mar 24, 2014.

  1. sociald

    sociald Guest

    Joined:
    Mar 20, 2014
    Messages:
    18
    Likes Received:
    1
    reduces the size of the images of the slider. The original image is 928x355 px and resized to 570x355[​IMG][​IMG]
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slides img {
    width: 570px;
    height: 355px;
    }
    #main {
    width: 570px;
    } 
    This will solve your issue.
     
  3. plimsol

    plimsol New Member

    Joined:
    Nov 25, 2012
    Messages:
    1
    Likes Received:
    0
    Hi there
    This worked great with the resize of the image, however the shadow is still the old length. Where do I change that.

    Regards
     
  4. Gourav

    Gourav Support Staff

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

    Go to images directory present in your theme directory and replace your image with present shadow image or edit it.

    The name of image is "slider-shadow.png"

    Note:- Use same name for your edited image and remove the current image.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page