Quadratic slider and photos at the feature column

Discussion in 'ColorWay WordPress Theme' started by piagemmer, Jun 9, 2016.

  1. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Hi

    Is it possible to make the slider quadratic and also the photos at the feature columns?
    Instead of rectangular?

    Best Pia
     
  2. priya

    priya Guest

    Hi, Pia..

    Greetings from InkThemes!

    Could you please share some edited screenshot of your requirement so that we can better understand and assist you accordingly..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Here is an edited screenshot ;-)
     

    Attached Files:

  4. priya

    priya Guest

    Hi,

    For slider image, code is given below..
    Code:
    .bg-img img {
        width: 1150px;
        height: 568px;
        margin-left: 6px;
    }
    And for featured image, code is as follow..
    Code:
    #content .one_fourth img {
        width: 100%;
        height: 180px;
    }
    Note: Change the numeric value as per the requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Thanks a lot, Priyanka.

    Your support is great.

    It worked out well for the featured images.
    They are now quadratic. Great :)

    The slider image is still not quadratic.
    I used the code:

    .bg-img img {
    width: 1171px;
    height: 1171px;
    margin-left: 6px;
    }


    What could be wrong?
    The image I have uploaded is quadratic. But it hasn´t changed in the frontpage.
    (See attached printscr).

    Hope you can help.

    Best Pia
     
  6. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Here comes the printscr.
     

    Attached Files:

  7. priya

    priya Guest

    Hi, Pia..

    Thanks for your appreciation..:)

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
  9. priya

    priya Guest

    Hi,

    Use below code..
    Code:
    .sl-slider-wrapper {
        height: 551px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page