Hello
I use your theme on my website. But I have a problem with using “icon lists”. Unfortunately adding this widget adds a large empty field above and below the list. Where can I adjust the size of the space?
Regards
QeeQac
Hi,
Can you post the link to your website please?
Regards,
Josue
Ok. This is my site: http://www.plan2.pl
List appears on several pages. On the home page I have a list with a single icon in three columns
http://plan2.pl/dlaczego-my/
Regards
QeeQac
Hey!
Add this code to the Quick CSS:
.avia-icon-list-container {
margin-bottom: 0;
margin-top: 0;
}
That will reduce the margin top / bottom to zero (default is 30px).
Cheers!
Josue
Thank you for the information. I introduced the code.
I tried to enter a negative value but does not work. I still have plenty of space at bottom of my home page.
Is there a possibility of a greater reduction in space?
By the way, I would like to ask you about two things.
1 On the home page there is my logo. Unfortunately I can not lower it. Is higher than the menu.
2 I have a problem with Polish characters. Unfortunately, despite that the font has a version of the Latin-2 do not appear correctly Polish letters. Even using google fonts plugin does not help.
Cheers!
QeeQac
Hey!
Add this code to the Quick CSS:
.logo {
margin-top: 14px;
}
.header-scrolled .logo{
margin-top: 0;
}
.page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
padding: 20px 0;
}
That will fix the logo issue and will reduce the top&bottom padding of the icon list container, regarding the Polish characters issue please create another topic for that.
Cheers!
Josue
Ok I create another topic. Thank you!
Cheers!
QeeQac