Tagged: avia editor, layout
Hi, looks like there is a lot of wasted space before and between content blocks in avia. I have a text block and a tab block on a single page. No title and breadcrumbs. Before the textblock and between the textblock and the tabs there is quite a lot of white space (see picture http://yadi.sk/d/wTrGM4xyNgYjX). Is there a way to reduce this space and keep more content above the fold? Live page is here: http://infotropic.ru/?page_id=4306.
Best regards,
Holger
Hi Holger!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.tabcontainer, table { margin: 0; }
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Regards,
Yigit
Hi Yigit, that was quick! Problem solved, thanks!