Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23300

    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!

    #119302

    Hi,

    Use this

    .page-id-1735 .column-top-margin {
    margin-top: 20px;
    }

    Regards,

    Ismael

    #119303

    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?

    #119304

    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.

    #119305

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to decrease whitespace between buttons / columns’ is closed to new replies.