Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #183540

    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

    #183541

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #183543

    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

    #183548

    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

    #183549

    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?

    #183553

    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

    #183555

    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

    #183557

    Ok I create another topic. Thank you!

    Cheers!
    QeeQac

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon list – large empty space.’ is closed to new replies.