Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #764783

    Hello,

    I have a question to the grid row. At the moment I have the grid row 1/4, 1/4, 1/4, 1/4.
    Is there a possibility to set the inner columns to a bigger width? I just need the 2 margin columns for space (there is nothing in it). In the 2 middle columns I have a picture in each. I just want to customize the width of the columns. For example: 10%, 40%, 40%, 10%.

    Thanks for helping!

    ~Miriam

    #765218

    Hey soulpreneur,

    That is not possible unfortunately, but if you post a link to your site and point out the element in question then we might be able to give you some custom CSS to use.

    Best regards,
    Rikard

    #765319

    Hey Rikard,

    that would be really nice! Thank you!

    #766234

    Hi,

    You can edit your color section element and give it 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 in Enfold theme options under General Styling tab

    #your-unique-id .flex_column { max-width: 300px; }

    Best regards,
    Yigit

    #766960

    Hello!

    Which color section do you mean? Where is it?

    Thanks!

    –Miriam

    #766987

    Hi,
    It looks like you have worked out the padding of the grid row above the 1/4*4 section, are you going to continue with that or do you still need help?
    postimage

    Best regards,
    Mike

    #766990

    Hello Mike,

    I still need help, because the 1/4 Grid thing doesnt work for me (see my comments above). I need a solution, where I can center the two icons with a customized width. Yigit said “edit your color section element and give it a unique ID”, but I dont know which color section he means. I cant find a surface like this http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png.

    ~Miriam

    #767009

    Hi,
    OK, Let me look at it differently, you say:”when I try it with padding it looks good on a laptop or other screen, but not on mobile devices” is that because they look like this for phone:
    postimage
    and this for tablet:
    postimage
    If you try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 426px) {
    div .flex_column{
    padding: 0px !important; 
    }}
    
    @media only screen and (max-width: 768px) {
    div .flex_column{
    padding: 0 10px 0 10px !important; 
    }}
    
    .avia-builder-el-8, .avia-builder-el-15, .avia-builder-el-12 {
    padding-top: 20px !important; 
    }

    You will have this on phone:
    postimage
    and this on tablet:
    postimage
    Is that what you are looking for?
    BTW: Yigit was talking about this color section:
    postimage
    Best regards,
    Mike

    #767384

    YES! Thanks a lot!!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Individual width for grid’ is closed to new replies.