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.
and is it possible to disable the vertical line (green area marker)? http://i.imgur.com/YtTN9TT.jpg
Can i disable the line or set it to white? http://i.imgur.com/YtTN9TT.jpg (green marker) ?
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
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?
*/