Hi,
I’m having some trouble modifying the contents with from 33,3% to 50% of the one column portfolio grind on my home page ONLY. This css code seems to be in the right place but is somehow ignored.
.page-id-971 .isotope-item.special_av_fullwidth .av_table_col.grid-content { vertical-align: middle; width: 50%;
}
This code works but also changes it on other pages;
#top .isotope-item.special_av_fullwidth .av_table_col.grid-content { vertical-align: middle; width: 50%;
}
#top .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image { vertical-align: middle; width: 50%;
}
It would be amazing if someone has a solution to my problem :)
Best Regards,
Lars
Hi larsframars!
Try this out.
#top.home .isotope-item.special_av_fullwidth .av_table_col.grid-content {
vertical-align: middle;
width: 50%;
}
Cheers!
Elliott
That did the trick,
Tank you Elliott!