Tagged: columns
-
AuthorPosts
-
February 1, 2019 at 11:57 pm #1061783
Hello Enfold team,
I would like two text columns inside a larger 1/1 element to reduce the vertical height of the page. But I do not want them to be two 1/2 elements.The reason being I want a nice border around the whole thing as you can see on this page:
How can I achive this effect and put the various elements in colums?
February 1, 2019 at 11:57 pm #1061784February 2, 2019 at 7:13 am #1061883Hi,
Thank you for contacting us.
Please use a grid element and add a custom ID “grid-border” to it in the element option.
The add the below CSS to Enfold > General Styling > Quick CSS
#grid-border { border: 1px solid #333; }
Best regards,
VinayFebruary 2, 2019 at 10:13 pm #1062077thanks a lot Vinay,
I was able to customize it to a large extent, Her is how it looks now and I am mostly happy…The exception being that on the mobile screens the grid layout gets smaller than a 1/1, and so the content is much smaller, I would like to see at least the add to cart button in my tabs down below on my cell phone screen.
There is plenty of space on the sides…On a large screen the 1/1 is smaller than the grid while on the smaller screens the grid becomes smaller.
How can I have my content be not so shrunken on the mobile screen but still look nice on the large screens?
February 7, 2019 at 7:26 am #1063876Hi,
I would suggest removing the padding of the “notfullsize” container and setting the margin of the variation wrapper to zero on mobile view.
@media only screen and (max-width: 767px) { .notfullsize { padding: 0 !important; } .single_variation_wrap { margin: 0; } }
It’s going to look like this after the modification: https://imgur.com/a/RIEMmoO
Best regards,
IsmaelFebruary 7, 2019 at 7:41 pm #1064267Oh! that is genius! Perfect! I like it!
Thank you so much!!!!February 7, 2019 at 11:20 pm #1064343Hello,
I have not been able to ask any new questions on the forums. I still have 2 months more of support left. can you please check what is going on?
Thanks a lot!
SrishtiFebruary 9, 2019 at 9:34 pm #1065002Hi Srishti,
Could you please attach some screenshots of the issue?
I thought Ismael helped you adjust it.
Best regards,
VictoriaFebruary 10, 2019 at 7:45 pm #1065192what I mean is I am not able to start a new thread on this forum! My question never shows up after I push submit! :(
February 11, 2019 at 8:26 pm #1065642Hi Srishti,
This is the first time I am hearing this.
Can you please make a screencast of the issue and check the JavaScript console, please.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.