• Resolved badgergravy

    (@badgergravy)


    Hi,

    I am seeing a scrollbar on the right hand side of the homepage even though there is no option to scroll. Is this normal? Just thought it’s a bit odd since the theme is based on being full screen but then has a scroll bar that does nothing taking up space.

    I have tried unsuccessfully to hide the scrollbar. If I was able to do it I’d also be worried I’d be hiding it on all pages and not just the home page. Are there plans to hide it in a future release or has anyone else done it successfully?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter badgergravy

    (@badgergravy)

    Fixed it. In style.css find:

    http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

    Change overflow-y value to auto:
    overflow-y: auto;

    Don’t know if this is going to break something else but I’m sure I’ll find out.

    Theme Author sonalsinha21

    (@sonalsinha21)

    Great you were able to solve your own issue. Sorry for delay in replying back i was on vacation and returned today.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Scrollbar?’ is closed to new replies.