-
AuthorPosts
-
March 22, 2017 at 1:55 pm #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
March 23, 2017 at 8:05 am #765218Hey 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,
RikardMarch 23, 2017 at 11:19 am #765319Hey Rikard,
that would be really nice! Thank you!
March 24, 2017 at 3:21 pm #766234Hi,
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,
YigitMarch 26, 2017 at 3:51 pm #766960Hello!
Which color section do you mean? Where is it?
Thanks!
–Miriam
March 26, 2017 at 5:22 pm #766987March 26, 2017 at 5:29 pm #766990Hello 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
March 26, 2017 at 6:51 pm #767009Hi,
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:
and this for tablet:
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:
and this on tablet:
Is that what you are looking for?
BTW: Yigit was talking about this color section:
Best regards,
MikeMarch 27, 2017 at 12:55 pm #767384YES! Thanks a lot!!!
-
AuthorPosts
- The topic ‘Individual width for grid’ is closed to new replies.