• I would like to use one front page content box for my news feed but I don’t want the page to be a mile long, can I add a scrollbar to the content box and set a size?

Viewing 1 replies (of 1 total)
  • Hi,

    you have added this custom css in your theme options Custom CSS area:
    .content-box p {
    height: 192px;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 99;
    position: relative;
    }

    In this css adjust the height you want to it.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘front page content boxs scrollbar’ is closed to new replies.