Jump to content



Latest News: (loading..)

Foayiid

Member Since 15 Apr 2011
Offline Last Active Aug 27 2012 07:29 AM
-----

Issues I've Posted

    Horizontal Shop scroll bar

    Posted 4 Nov 2011

    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%;
    }
    

    Customers newsletter subscription

    Posted 4 Jul 2011

    Hi,

    Customers subscription do not change in the admin application.

    Fred