Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Pixelstyle

    (@pixelstyle)

    By the way: all options regarding gutters, thumbnails and navigation are off.

    Please, sorry for my English.

    See <ul id=”supersized”> element style, your problem related with margin style. Set for this element margin: 0;.

    +1 for CreateRay solution.

    I’m going to ask the same question but you save my time.

    Hi

    Would you please let me know where exactly I have to paste that margin:0;

    Thanks for the help

    it’s not just the ul thats the problem but also the li.
    (one gives a black bar in Safiri, the other in Firefox)

    Add this to the stylesheet of your theme:

    #supersized{margin-left:0;}
    #supersized li{padding-left:0;}

    to get rid of the black bar delete jquery.animate-enhanced.js from the supersized folder
    or jquery.animate-enhanced-min.js

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Black bar on left side’ is closed to new replies.