Hi guys,
There's a small problem regarding the right side border (vertical) of the entire portfolio - it disappears just after you click on a portfolio item.
The problem can be checked on the demo version too.
Thanks!
Hi guys,
There's a small problem regarding the right side border (vertical) of the entire portfolio - it disappears just after you click on a portfolio item.
The problem can be checked on the demo version too.
Thanks!
I've used this css:
.no_margin.one_fourth {
width: 24.9%;
}
but it does not work :(.
Hi Casuh,
Try using this code:
.portfolio-sort-container {
moz-box-shadow: 1px 0 1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 0 1px 0 rgba(0,0,0,0.2);
box-shadow: 1px 0 1px 0 rgba(0,0,0,0.2);
}
Hope this helps.
Regards,
Ismael
Hi Ismael,
It kind of works, the problem is that at the bottom of the portfolio ( http://husaclucian.com/logo-portfolio/page/2 ) you're still seeing the border although there's no item in the lower right corner - you can see that on the homepage too http://husaclucian.com/ (lower part).
If you expand a portfolio item the .portfolio-sort-container div is slight bigger the the upper one (one or two pixels)? Maybe that is the problem here?
Thanks for your help Ismael!
Regards,
Lucian
Hey Lucian,
Try:
.no_margin.one_third {
width: 33.2%;
}
Looks like the grid needs to be updated for all of the options. But that should work for the 3 column and the first one you tried will work for 4 column.
Regards,
Devin
Thanks Devin, it works like a charm:).
Best,
Lucian
Great :)
I'll put it on the to-do of changes for the next update.
Regards,
Devin
This topic has been closed to new replies.