Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1230201

    Good morning. I created a table in this page: https://www.626bardolino.com/prova-calendario-corsi/ (password is: ht9vqxz67).
    I need to add a button or an image in third column.
    How can I do? Thank you.

    #1230398

    Hey Pas7o,

    You can add the html in here:
    Image 2020-07-14 at 20.38.04.png
    like this:
    Image 2020-07-14 at 20.37.43.png

    and then style it to make it look like a button.
    Best regards,
    Victoria

    #1230530

    I created the button:
    button
    How Can I centralize vertically and horizontally it?
    Thank you.

    #1230725

    Hi Pas7o,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-table.avia-table-1 td button {
        display: block;
        margin:  0 auto;
    }
    
    .avia-table.avia-table-1 td {
        vertical-align: middle;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1230895

    I added the code. But there is more margin for the other 2 columns:

    space

    #1231205

    Hi Pas7o,

    Please change this

    
    .avia-table.avia-table-1 td {
        vertical-align: middle;
    }
    

    to this:

    
    .avia-table.avia-table-2 td:last-of-type {
        vertical-align: middle;
    }
    

    Best regards,
    Victoria

    #1231271

    I changed the code but it doesn’t work.

    #1231730

    Hi Pas7o,

    It looks fine on my end now.

    Image 2020-07-20 at 15.47.30.png

    Is this not the desired look?

    Best regards,
    Victoria

    #1231976

    I’m referring to this space:

    space

    #1232234

    Hi,

    Thanks for the screenshot. Please try this as well:

    tr td ul {
        margin-bottom: 0;
    }

    Best regards,
    Rikard

    #1232280

    Ok thank you.

    #1232352

    Hi Pas7o,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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