Viewing 1 replies (of 1 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi @krisp715

    Hopefully you’ve made progress on this.

    1. It looks like your spacing now is made up of empty paragraphs in the Text widget. Those could be removed if not intentional.

    Vantage also has the option to:
    a. Edit each row by clicking the wrench icon.
    b. Click the theme tab.
    c. Un-check the setting that reads: No Bottom Margin.

    2. There isn’t a native feature in Page Builder to insert a vertical line. You’d need to use Custom CSS for this. Perhaps give our new CSS Editor a try: https://siteorigin.com/css/. It has a visual editor that you’ll find handy.

    3. You can adjust the line-height of the Vantage content area by inserting the following into Appearance > Custom CSS. Activating the plugin recommended above will add the Custom CSS menu item to Appearance:

    .entry-content {
      line-height: 1.6em;
    }

    Adjust as required.

    Adjusting line-height for sections is a lot a bit harder but potentially something you can do with our CSS plugin. Give it a try.

Viewing 1 replies (of 1 total)
  • The topic ‘GAP between the Rows created is seems more,’ is closed to new replies.