Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #231408

    Hey guys,

    I am using the max width layout. On my homepage main content area I have a 3/4 size section, and a 1/4 side section.

    Whenever I place an image in the 1/4 size section it comes out quite small because it is resized with blank space/margins on left and right of image.

    I would like to modify those margins/padding….or have a way to post the image that would basically ignore them in that section.

    I really appreciate your help! thankyou!

    #231573

    Hey michaelagaudio!

    Can you post the link to your website point out the 1/4 section so we can check if it is possible to remove the margin using Custom CSS?

    Cheers!
    Yigit

    #231898
    This reply has been marked as private.
    #231900

    Hi!

    “THANKYOU FOR VISITING.
    THIS SITE IS CURRENTLY UNDER CONSTRUCTION.
    CHECK BACK SOON FOR UPDATES!”
    Can you post a temporary login?

    Cheers!
    Yigit

    #231972
    This reply has been marked as private.
    #232079

    Hey!

    You need to increase the 1/4 column width in order to resize the image. Add this on Quick CSS:

    .home .flex_column.av_one_fourth.avia-builder-el-3.el_after_av_three_fourth {
    width: 25%;
    margin-left: 1%;
    }

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.