Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #587627

    On firefox a portfolio grid set to show 6 columns of images, shows the last column empty the that image is ‘push’ down to next roll. see on this page – http://sugglighting.logodev2.co.uk/portfolio-item/historical-lighting/
    It work fine on other web browsers!

    #587639

    Yes it seems that the value 16,66666% (100/6) is to big for that (maybe because of margin or border settings) :

    #top .no_margin.av_one_sixth {
        width: 16.65%;
    }

    but you have to refresh the site to take influence on it – and if 16.65% is too big reduce it a bit.

    #587644

    i know that from IE but the other browser should do this:

    Margin is never included in a defined “width” and “height” region; it defines the gap to leave between elements.

    Internet Explorer takes “width” and “height” to be the total area including padding and border.

    Firefox, Opera, Safari, SeaMonkey and other W3C compliant browsers take “width” and “height” to define just the text/image content area. With W3C compliant browsers, padding and border are outside the defined “width” and “height” region.

    so even a 1px border could be responsible for that behavior

    #588457

    i’m glad to see that it worked :wink

    #589595

    Hey!


    @Guenni007
    Thank you for your kind help and generosity :)

    @ermington Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Cheers!
    Vinay Kashyap

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.