Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #345511

    Hello – im trying to tighten the padding for the grid row in this section under the red background
    http://teachercomics.com/

    Any help would be appreciated.

    #345519

    This is all created in the layout builder

    #345881

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #av-layout-grid-1 .flex_cell {
    padding: 0;
    margin: 0;
    }

    If this is not what you meant, please post screenshots and show the changes you would like to make

    Cheers!
    Yigit

    #345903

    Thanks Yigit

    This doesnt seem to do anything diffrent. This is the section im trying to tighten up http://cl.ly/YLuw.
    Essentially I would like the middle image to have a left and right margin of 15px.

    #346531

    Hi!

    You can place your images inside a Color Section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png )
    and then add following code to Quick CSS

    #your-custom-id .av_one_third {
    width: 33.3% !important;
    margin: 15px !important; 
    }

    Best regards,
    Yigit

    #346762

    That didnt work either. All the images are stacked on top of each other.
    I have to delete that section now because the site is live. Any other suggestions?

    #346798

    Hey!

    I realised that i forgot to ask you to place your images inside 1/3 column elements. Sorry about that.
    You can save your page as template ( http://i.imgur.com/pkv1y7C.jpg ) and create exact copy of it on another private page and try the changes there firstly.

    Cheers!
    Yigit

    #347251

    Did that still didnt work. Here’s a link to the page. http://teachercomics.com/test-home/

    • This reply was modified 10 years, 2 months ago by tcaliendo325.
    #347595

    Hey!

    You’re using a fairly small image, 245x250px. If you want the images to occupy the space of the cell containers, please use larger images.

    Cheers!
    Ismael

    #347772

    How does that affect the margins to the left and right?

    #348079

    Hey!

    As you can see, the images are center aligned. If only you can upload larger images, it will occupy the remaining spaces of the column thus removing the margins on the sides. :)

    Cheers!
    Ismael

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