Jump to content



Latest News: (loading..)

Issue Information

  • #000386

  • 0 - None Assigned

  • New

  • 3.0.2

  • -

Issue Confirmations

  • Yes (0)No (0)
Photo

Horizontal Shop scroll bar

Posted by Foayiid on 04 November 2011 - 05:00 PM

Hi,

It's not an important issue but it's grate me.
On the Shop you have an horizontal scroll bar due to the padding-right of the #navigationBar in the css.

To cancel this just go in the /public/sites/Shop/templates/oscom/stylesheet/general.css on line 174

#navigationBar {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 60px;
  padding-right: 0px;  // 5px;
  width: 100%;
}