Tritix Posted January 8, 2019 Share Posted January 8, 2019 (edited) Hello, I have a problem with the top of a store, there appears a small white space above everything as can be observed in the image, does anyone have any idea why this white space appears? Another question, is it about the horizontal scroll bar that appears in the store, how can I remove it? I did a search in the forum, but I did not find any solution that worked Thanks in advance for everyone's help! Edited January 20, 2019 by Tritix (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted January 9, 2019 Share Posted January 9, 2019 This is the kind of question that is hard to answer without access to the site. Only then can we the css and whether there are bugs. Link to comment Share on other sites More sharing options...
medlington Posted January 10, 2019 Share Posted January 10, 2019 right click and do 'inspect' you should get a red outline around the div that your hovering over, if you scroll right and then move your mouse down the right hand side youl see this red line change as you go over different elements, find the one where the red outline goes all the way to the edge of the page and it should show you which div is too wide in the inspector window, look at the width and the padding of that element as its probably set to 100% with some padding added too. remove the padding or set the width to less than 100% This will get rid of the horizontal scroll bar. As for the top space, try adding this at the top of your css file * {padding:0; margin:0} or inspect the header div as it probably has margin or padding added Link to comment Share on other sites More sharing options...
Tritix Posted January 19, 2019 Author Share Posted January 19, 2019 Already solved, it was a problem in an html code that I had inserted, thanks for who I try to help! Link to comment Share on other sites More sharing options...
Enzo Tienda Online Posted July 31, 2019 Share Posted July 31, 2019 (edited) On 1/19/2019 at 9:43 PM, Tritix said: Already solved, it was a problem in an html code that I had inserted, thanks for who I try to help! Hi. I got the same problem. Could you please detail how you fix it?? Thanks Edited July 31, 2019 by Enzo Tienda Online (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now