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

    Hello,

    I have some positioning problems with pictures and iconboxes.
    I have scribbled it down with screenshots. Maybe you can have a look http://goo.gl/BwCrDC
    Thank you very much for your help!

    Kind regards
    wordmax

    #395229

    Hey wordmax!

    Try adding this to your custom CSS.

    #av_section_5 .container { max-width: 70% !important; }
    

    Regards,
    Elliott

    #395242

    Hey Elliot,

    thank you for your answer. The padding of the pictures and the icons are fine now, but the pictures getting smaller. I would need the size like before.

    Regards,
    wordmax

    #395661

    Hi!

    Since you decrease the width of the container, expect that elements inside will become smaller. If you only want to decrease the padding or gap between the icon and the images, use this:

    #av_section_5 .container .flex_column.av_one_fourth {
    width: 24%;
    margin-left: 1%;
    }

    Cheers!
    Ismael

    #396134

    Hi Ismael, hi Elliott,

    now it works. Thank you very much for your help
    and have an nice weekend!

    Regards,
    wordmax

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Positioning problem with picture- and iconboxes’ is closed to new replies.