GeoCraft - Custom fields

Discussion in 'Forum Rules' started by hoit, Sep 5, 2013.

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

    hoit Member

    Joined:
    Jul 3, 2013
    Messages:
    28
    Likes Received:
    1
    Hi, I have a question about custom-fields, in the single-listing-view.

    I have created several new custom-fields, Now I like to move them, from the right-side (in "article-detail-table") to the content area, below the picture

    Tanks in advanced
    Kristina
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Kristina,

    I think you are getting problem with the long list of custom fields at single listing page.
    You can add scroll bar in it. Which will minimize it's height.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .depth_article .article_detail .tbl_des {
    overflow-y: scroll;
    height: 300px;
    }
    It is not possible change custom field position at the single listing page.
     
  3. hoit

    hoit Member

    Joined:
    Jul 3, 2013
    Messages:
    28
    Likes Received:
    1
    Hi, Nitesh,
    Great solution, thank you!:)

    Best regards/Kristina
     
Thread Status:
Not open for further replies.

Share This Page