About Business Listings width

Discussion in 'GeoCraft WordPress Theme' started by bkumble, Jan 24, 2013.

  1. bkumble

    bkumble Guest

    Joined:
    Jan 22, 2013
    Messages:
    15
    Likes Received:
    0
    Hi,
    Actually i want business listings should look side by side, width will be 300px, after clicking that listing it should go to next page or related link. Now listings are one by one and width is 630px.
    I tried changing width of div. But its not alligning side by side. Its looking stretched.
    Can anybody can give some idea.
    i have attached snapshot please have a look.

    Thanks
    Nagaraj
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a developer for this.
     
  3. bkumble

    bkumble Guest

    Joined:
    Jan 22, 2013
    Messages:
    15
    Likes Received:
    0
    Hi Nitesh,
    If you give me some hints means i can do this. Even i am a developer so i need your support. It will be very helpful.

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Code given below will help you to arrange listings in two column but you need to do proper arrangement by yourself.

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

    Code:
    .content_wrapper .featured_content .featured_post {
    width: 250px;
    float: left;}
     

Share This Page