-
AuthorPosts
-
February 22, 2018 at 12:30 am #915794
I am trying to add a grid (3×3) of text boxes. Eventually they will have titles and icons, but what I am struggling with is how to get a grid of text boxes that remain uniform in size regardless of how the text may differ. Ideally I’d be able to change the border size and color and possibly infill.
I have already added the following to the CSS area:
#top .ktf-darkborder {
border: 1px solid #333;
}That was a good start, but I want to be able to adjust the size of the boxes for my needs, but also have them stay uniform in the grid.
Help?
Thanks,
Jeff
- This topic was modified 6 years, 11 months ago by kpeffer.
February 22, 2018 at 4:51 am #915859Hey kpeffer,
Are you putting your text blocks in a column? If so try the “Equal Height Columns” option
Please include the url to the page in question so we can take a closer look.Best regards,
MikeFebruary 22, 2018 at 9:45 pm #916354That solved it. Thank you.
Is there a way to have on row that has the gallery taking up 2/3 of the row, with the last 1/3 (on the right) column made up of two separate sections/columns? I want the gallery on the left and on the right on top will be a description, with an area below the description to have a boxed in bullet point list. When I use a blank 2/3 column as a placeholder, it pulls the boxed text down.
Thoughts?
February 22, 2018 at 9:52 pm #916358If I put two text boxes in one column, I’m not able to put a border around one of the boxes only.
February 22, 2018 at 10:11 pm #916366Hi,
Perhaps try giving the text box its own id and targeting it via css:
Best regards,
Jordan ShannonFebruary 22, 2018 at 10:42 pm #916374That worked great. Thanks Jordan.
How do I adjust the padding inside the text box so my text doesn’t get so close to my new border?
February 22, 2018 at 10:55 pm #916378Hi,
Which section on the site are you referring to? I’ll inspect and see what the needed css is.
Best regards,
Jordan ShannonFebruary 22, 2018 at 11:00 pm #916381Next to each gallery on the products page is a description of the gallery and a ‘benefits’ box. I’d like the adjust the padding inside the box without affecting the above description.
February 22, 2018 at 11:25 pm #916399Hi,
Try this in quick css:
.avia_textblock.ktf-darkborder ul, .avia_textblock.ktf-darkborder p{ padding:10px; }
Best regards,
Jordan ShannonFebruary 22, 2018 at 11:29 pm #916404THANK YOU!!!
February 22, 2018 at 11:31 pm #916407Hi,
No problem at all my friend. Did you need further help with this topic or shall I close it?
Best regards,
Jordan ShannonFebruary 23, 2018 at 10:35 pm #916893I am using Contact Form 1 in my Enfold theme site. [contact-form-7 id=”210″ title=”Contact form 1″]
I am curious if I can add a live link in the Massages tab responses?
February 23, 2018 at 10:52 pm #916899Hi,
Can you give me an example of what you mean. I’m having a bit of trouble understanding.
Best regards,
Jordan ShannonFebruary 23, 2018 at 11:00 pm #916904I want to add a live link to the automatic response that is sent after a customer fills out the contact form. I can enter the written link, but it only comes through as standard text instead of a live link.
February 23, 2018 at 11:43 pm #916921Hi,
Okay and this is through the contact form 7 plugin? Perhaps you could look through there documentation to get this feature.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.