My site doesnt load at 100% width but it should

Avatar
  • Answered
my site is set to 100%width if you load it the page will load like that but you can see a scroll bar at the bottom of the site, how can i get this off? in am using drupal 7.41 my site is www.festeja.com.mx
Avatar
johnpaulb-imhs1
Hello, Thank you for your contacting us about a CSS issue with your side width. I looked at the coding for your site, and it seems to be caused by the following file: http://www.*******.com.mx/sites/all/themes/sky/css/blocks.css As a test, try changing the margin-right from 100% to 50% in the following section:
.item-list > ul:nth-child(1) > li:nth-child(1), li.last:nth-child(2) { font-family: "Oswald"; clear: both; margin-right: 100%; white-space: nowrap; text-shadow: 3px 3px 3px black; }
If you have any further questions, feel free to post them below. Thank you, John-Paul