dodgerogers747
dodgerogers747

Reputation: 3345

Stop content scrolling unecessarily

We have a site at http://cmagics.eu/digitalmagazinepublishing and everything is laid out as we would like it apart from the fact that the page has this annoying scroll of approx 50px even though there is plenty of room for the content to fit into.

How can I stop the page scrolling? As im not sure what element is causing this, links to the html source and css file are attached below.

html structure

view-source:http://cmagics.eu/digitalmagazinepublishing/

css

http://cmagics.eu/digitalmagazinepublishing/wp-content/themes/responsive2/style.css?ver=1.8.7

Upvotes: 0

Views: 132

Answers (1)

SQLGuru
SQLGuru

Reputation: 1099

this might not be 100% the correct solution, but try adding overflow:hidden on the "hfeed" class.

If that does not work, try the same thing on the class that controls the BODY too.

If you install Google Chrome, you can use the dev tools to identify each element and it's assocaited style - makes for debuggin these things much easier.

Upvotes: 1

Related Questions