Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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.
    #915859

    Hey 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,
    Mike

    #916354

    That 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?

    #916358

    If I put two text boxes in one column, I’m not able to put a border around one of the boxes only.

    #916366

    Hi,

    Perhaps try giving the text box its own id and targeting it via css:

    Best regards,
    Jordan Shannon

    #916374

    That 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?

    #916378

    Hi,

    Which section on the site are you referring to? I’ll inspect and see what the needed css is.

    Best regards,
    Jordan Shannon

    #916381

    Next 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.

    #916399

    Hi,

    Try this in quick css:

    .avia_textblock.ktf-darkborder ul, .avia_textblock.ktf-darkborder p{
    padding:10px;
    }

    Best regards,
    Jordan Shannon

    #916404

    THANK YOU!!!

    #916407

    Hi,

    No problem at all my friend. Did you need further help with this topic or shall I close it?

    Best regards,
    Jordan Shannon

    #916893

    I 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?

    #916899

    Hi,

    Can you give me an example of what you mean. I’m having a bit of trouble understanding.

    Best regards,
    Jordan Shannon

    #916904

    I 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.

    #916921

    Hi,

    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

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