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

    Hello

    I have a website with Enfold, and I am using the Avia Layout Builder for the Elements on the pages.
    I am using a Boxed layout. And I would like you reduce the spacing around the elements.
    Is there any way to do this? I would like the spacing to be much closer than it currently is.

    Many thanks in advance.

    Darran

    #467358

    Hey darranreadman!

    Thank you for using Enfold.

    I checked the site but I’m not sure which spacing or gap you would like to get rid of. Please provide a screenshot.

    Best regards,
    Ismael

    #467380

    Hi Ismael

    And many thanks for your help.
    I have attached a screenshot showing the columns / elements I would like to be closer together. Less space on the sides and above and below.
    http://i57.tinypic.com/wjxir8.jpg

    Many thanks.
    Darran

    #468125

    Hi Darran,

    In order to reduce the spaces in between the elements (left and right) you may edit the .av_one_fourth class.

    Here is an example of a comfortable change in width,height and left/right space:

    .av_one_fourth {
      margin-left: 2% !important;
      width: 22.5% !important;
    }

    As for the space above and below each post you can use the .flex_column class as shown below:

    .flex_column {
      max-height: 150px !important;
    }

    These are only examples, you can change them to values that suit you better. All changes should be inserted in your custom css section located in your theme options.

    Regards,
    Dake

    #471852

    Hello Dake

    Delayed reply. Sorry.
    Many thanks. The .av_one_fourth spacing worked.
    But I was also hoping to reduce the spacing on the sides of the boxed layout overall.
    I have attached a screenshot.
    http://tinypic.com/r/1195u2w/8
    Is it possible to reduce this?

    Again many thanks for the help.

    Darran

    #471870

    Hey Darran,

    May we have temporary access to your website and the exact page in question?

    Cheers!
    Dake

    #471879

    Hello

    Certainly. I have added the details into the ‘Private Content’ area.

    Thanks Dake

    Darran

    #472336

    Hey!

    Please add following code to Quick CSS

    .container {
      padding: 0px 15px;
    }

    Cheers!
    Yigit

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