• Resolved marke13

    (@marke13)


    Great plugin but the shortcodes do not display like the Live Demo or the screen shot. For example, the calculator does not display on one line but has a seperate line for each item and hence the is a lot of wasted space and does not look good. The Pricing Table is enormous and not condensed like the example. If I put it in a small column to try and shrink the table, the text values wrap underneath even though there is plenty of space. Are there any guides that could help me correct this. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin takes the default styles from your theme. You could use another theme or write your own CSS code in the plugin settings.
    Here is an example: https://www.w3schools.com/css/css_table.asp

    Here is an example code for styling the plugin. Put it in plugin settings, the “Custom design” field.
    table{font-size: large;} table td, table th { border: 1px solid #ddd; padding: 6px; } table tr:nth-child(even) td{background-color: #f2f2f2;} table tr:hover {background-color: #ddd;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout Like Live Demo and Screen Shots’ is closed to new replies.