Scroll bars

Discussion in 'Themia WordPress Theme' started by maes39, Jul 15, 2013.

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

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    On my website: www.timrvsdesign.nl i made a page named "bewerkingen".
    I want to place text and picture on this page button the content is to big for the normal block.

    How can i make the page on that way everthing is place on the page with scroll bars in the block thats create on the page??
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .fullwidth {
    overflow-y: scroll;
    height: 800px;
    }
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    thanks
     
Thread Status:
Not open for further replies.

Share This Page