Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #28059

    Hi Team Kriesi,

    I wondering if its possible to integrate a picture into a table. A short answer would be great.

    Thanks,

    Silberrot

    #136302

    ….is it also possible to change the width of the table???

    #136303

    Hey,

    Yes, that is possible. You can combine shortcodes or add HTML tags to the table element. Please give us a link to the page with the table element because it varies on different theme installations.

    Regards,

    Ismael

    #136304

    Hi Ismael,

    please find attached the link to the page I’m working with at the moment.

    http://web409.mis63.de/?page_id=2516

    I was able to implement pictures to the tab with your hint. But will this also be possible within the Advance Layout Editor – because I’m not that good with codes…

    Also in the example you can see that the space between the table cells are quite big – do you know an option that it looks like more in this direction http://web409.mis63.de/?page_id=2440 … actually I would like to give an overview about my different sites like you can see in the portfolio overview – but I don’t like to use the portfolio due to if I’m creating more portfolios I will lost the overview and it’s limited with the design.

    Best regards,

    Silver

    #136305

    Hey,

    Please switch the Advance Layout Editor to debug mode. This way, you’ll be able to see the actual shortcode below the builder.

    Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You can combine shortcodes like you do on the Default Editor.

    You can add this on your custom.css or Quick CSS to decrease the space between the tables:

    .pricing-table {
    margin: 1px;
    }

    Regards,

    Ismael

    #136306

    Hi,

    perfect – thank you for your perfect help!

    Everything worked out so far. Now I just have the problem that the picture is not in the center as setuped – the table looks like this: http://web409.mis63.de/?page_id=2596

    any idea to bring the picture and text on the same line e.g. center or top…

    Thanks,

    Silver

    #136307

    Hey,

    Just add this on your custom.css or Quick CSS:

    .main_color .avia-data-table .avia-highlight-col {
    vertical-align: middle;
    }

    Regards,

    Ismael

    #136308

    Hi,

    I just copied the text into the quick CSS but unfortunately it seems not to work :-(

    Best regards,

    Silver

    #136309

    Hi,

    It works on my end. Again, please remove browser cache then load the page a few times to see the effect. Visited the site: http://web409.mis63.de/?page_id=2596

    This is what I see and I think it is fixed now:

    Cheers,

    Ismael

    #136310

    Thanks for your support!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Pictures in table’ is closed to new replies.