Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #845755

    Hello,

    On my website http://www.nevopo.nl I added an image of a table with 3 different subscriptions.
    I would like to add a button under each column which says ‘more info’ and will redirect to the page of concerning subscription.
    However, when placing 1/5 colums this does not lign up well.

    How do I adjust the width of each column so it ligns up with the table?
    If this is a code, where should I paste it??

    • This topic was modified 7 years, 2 months ago by juliemakombo.
    #846352

    Hey,

    You can try adding your buttons to the bottom row of your table using shortcodes.

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #847397

    Thanks for your reply, I added the buttons that way but I ended the same way I am now – the position of the buttons (specifically the left button) aren’t in line with the table.
    How can I alter the widget position?

    #848104

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-2 #av_section_1 .entry-content-wrapper > .av_one_fifth:nth-child(5) {
        margin-left: 12%;
    }
    
    .page-id-2 #av_section_1 .entry-content-wrapper > .av_one_fifth:nth-child(6) {
        margin-left: 0;
    }

    Let us know if this helps.

    Best regards,
    Nikko

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