a few questions...

Discussion in 'BizWay WordPress Theme' started by iteckorea, Jun 10, 2013.

  1. iteckorea

    iteckorea New Member

    Joined:
    Jun 8, 2013
    Messages:
    4
    Likes Received:
    0
    Hello!
    It seems like I'm posting questions millions of times...Sorry about that.

    Now, I have a few questions about bizway theme.

    1) is there a way to make the slider image bigger?
    I've uploaded couple of photos but it seems like what I have uploaded is bigger than
    what I'm supposed to upload. The photo is warped.

    2) same qustion for homepage feature area.
    the three photos are warped because of the size problem.

    3) can i make the font of column heading in homepage feature area smaller?

    4) Can I put menu on the "here" place?
    (please check the uploaded file)

    My website is http://www.iteckor.com

    Thank you very much..
     

    Attached Files:

    • 12.jpg
      12.jpg
      File size:
      101.6 KB
      Views:
      4
  2. Gourav

    Gourav Support Staff

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

    1.For your first and second issue

    We have checked your website and it seems that you are using large images for your slider and feature area, Use recommended dimension for your slider and feature area images


    The recommended size for feature area image is
    height: 130px
    width: 265px

    The recommended size for slider image is
    height: 385px
    width: 970px

    It will look fine.

    2.For your third issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main-content h1{
    font-size:15px;
    }
    3.For your fourth issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu{
    float:right;
    }
     

Share This Page