Hello,
I am trying to make the area with the latest post larger while maintaining the same layout. Is this possible through CSS?
Hey jorgepavajeau,
Yes, try adding this css code in Quick CSS (Located in Enfold > General Styling):
#top .av-magazine-hero.first.flex_column.av_one_half {
width: 67%;
}
#top .av-magazine .av-magazine-sideshow.av_one_half {
width: 30%;
}
Hope this helps :)
Best regards,
Nikko