Bizway: Is there a way to change the feature column image size?

Discussion in 'BizWay WordPress Theme' started by gloryous, Jan 9, 2015.

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

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello!

    The dashboard area for Bizway's Homepage Feature Area states "Optimal size is 283px x 149px." for the images. Is there a way to change these dimensions?

    My client needs something more like 283px x 215px. Is this possible?

    Thank you!

    Glory Hougham
     
  2. praveen

    praveen Support Staff

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

    We have got your concern,

    Could you please provide us your site URL with some edited screen shots of your issues, so that we can have a detail look over them and provide the exact solution ASAP ?

    Thanks
    Praveen
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello, Praveen... thanks for responding and for your help.

    Here is the work-in-progress site URL: http://demo11.digitalwordpower.com/

    Attached are screenshots and the 283x215 image:
    • Screenshot 1: is how the feature image (in the left-hand column) looks with an image 283px x 149px.
    • Screenshot 2: is how the feature image (in the left-hand column) looks -- distorted -- with an image 283px x 215px.
    • Tuckers-283x215: desired image for this feature area.
    I want to be able to upload this 283x215px image into this area (as well as the other two feature image areas: center and right) on the Home page and NOT have it distort.

    The upload area states: "Upload an image for first column. Optimal size is 283px x 149px." I would like the size of all three(3) feature image areas to be enlarged to 283px x 215px. Is this possible? Thank you!
    Screen-Shot-1.png Screen-Shot-2.png Tuckers-283x215.jpg
     
  4. praveen

    praveen Support Staff

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

    Please paste the code given below in custom css.

    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    img.effect {
    height: 215px !important;
    width: 285px !important;
    background: none !important;
    border: 1px solid #ddd;
    margin-left: -15px;
    }
    Thanks
    Praveen
     
    gloryous likes this.
  5. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Praveen!

    Awesome! Perfect! Thank you!

    Glory
     
Thread Status:
Not open for further replies.

Share This Page