Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #378566

    hi. there is is problem with the portfolio overview.

    my customers reported a bug at my website. there a no white lines between “some” portfolio entries. see the screenshot –> http://i.imgur.com/YtTN9TT.jpg

    the error comes not at bigger screen resolutions but at 15″ macbook pro there is the error. how can i fix this. it don`t looks professional :( thank you.

    http://www.diefleischerei.at/business/

    #378603

    and is it possible to disable the vertical line (green area marker)? http://i.imgur.com/YtTN9TT.jpg

    #379565

    Can i disable the line or set it to white? http://i.imgur.com/YtTN9TT.jpg (green marker) ?

    #379907

    Hi!

    Thank you for using Enfold.

    Use this to disable the line:

    .avia-menu.av_menu_icon_beside {
    padding-right: 25px;
    margin-right: 25px;
    border-right-width: 1px;
    border-right-style: solid;
    border: none;
    }

    Regarding the masonry position, the entry position are calculated dynamically and it’s not perfect sometimes. I’m sorry but I don’t think we can fix this easily. Try to add this on Quick CSS:

    #top .isotope-item {
    z-index: 2;
    padding: 1px;
    }

    Best regards,
    Ismael

    #379928

    Thank you. i will try this. is there a way to use comments to explain the css hacks to myself in the quick css field?

    */
    will this work in the quick css field for comments?
    */

    #380168

    Hi!

    Yes, but with a little correction, it should be:
    /* your comment goes here */

    Best regards,
    Yigit

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