Hi
Not sure if this is the correct way to communicate with you, but I had an issue ( #351150) where the moderator kindly gave me the code to make the first item in a portfolio grid of 7 items appear at the top on its own and in the middle column of 3. The code was this
<style type = “text/css”>
.grid-sort-container > .grid-entry:first-child {
float: none !important;
margin: 0 auto !important;
position: relative !important;
}
</style>
However – Since Enfold was updated the code doesn’t work on Firefox – OK on everything else.
Can anyone help?
Raphe
Hey Raphep!
could you please provide the link of thread #351150?
As we don’t know how it looked before, could you please explain/show(via screenshot) what you want to achieve?
You could also try to replace
.grid-sort-container > .grid-entry:first-child {
float: none !important;
margin: 0 auto !important;
position: relative !important;
}
with
.grid-entry .inner-entry {
float: none !important;
margin: 0 auto !important;
position: relative !important;
}
Cheers!
Andy