Slider - Slide Description

Discussion in 'Figero WordPress Theme' started by rmvc, Jan 31, 2015.

  1. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hi
    Am I able to remove the space allocated for the Slider Description so that the Slider Heading is centered opposite the Slider Image
    and
    How do I change the default dimensions (Height & Width) that have been set for the Slider Image

    Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Use the given below code in custom css to change the height and width of slider image.
    Code:
    .images a img {
    width: 561px !important;
    height: 367px !important;
    }
    If this code doesn't solved the issue then please provide us some edited screenshot so that we can provide you the exact solution.

    Thanks,
    Praveen
     
  3. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hi Praveen
    The code didn't seem to work - attached is how the slider image looks, it is distorting the image horizontally
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

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

    Code:
    .slide .entry h2 {
    background: none !important;
    }
    .slide .entry {
    margin-top: 140px;
    }
    Thanks,
    Praveen
     
  5. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Thanks Praveen, that fixed positioning of the text, now I need to reduce the width of the slider image
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

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

    Code:
    .slide .images img {
    width: 44% !important;
    }
    Please adjust the width according to your need by changing the value.

    Thanks,
    Praveen
     

Share This Page