• Trying to style and get rid of some of the padding in the content. I’ve tried changing the following by placing it in the settings style options in the dashboard. It doesn’t do anything. Any suggestions?
    change

    .ui-accordion .ui-accordion-content {
        border-top: 0 none;
        overflow: auto;
        padding: 1em 2.2em;
    }

    to

    .ui-accordion .ui-accordion-content {
        border-top: 0 none;
        overflow: auto;
        padding: 0em 0em;
    }

    https://wordpress.org/plugins/wp-ui/

Viewing 1 replies (of 1 total)
  • try using
    .ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 0em 0em !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS’ is closed to new replies.