Hi all.
Please take a look at this page I made http://jeutie.info/emulation – How would I decrease the whitespace between the individual downloads? I am guessing the white space appears between the columns rather than the buttons but I am not sure. I used the following code on the page:
[av_two_third first]
Text
[/av_two_third]
[av_one_third]
[av_button label='View page' link='manually,http://jeutie.info/jeuties-blizzlike-repack/' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='60']
[/av_one_third]
Thanks already for your help!
Dear Ismael,
I added that code to my custom.css but I haven’t seen a change, unless my eyes are deceiving me. Any help?
Try following code:
.tab_inner_content p {
margin: 0;
}
However this code will affect all paragraphs within tabs. It would be a good idea to wrap the downloads into a div with an unique class and to make the css code more specific.
That does indeed affect all paragraphs but as for now it does what I need it to do across my website, if it would interfere, I’ll make use of your suggestion. :-) Thank you very much both of you. Love the support here! You may close this thread if you wish. Thanks once again.