Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    You need to add this CSS for the plugin you are using:

    #page .sidebar .sp-widget-align-none,
    #page .sidebar .sp-widget-align-left,
    $page .sidebar .sp-widget-align-right {
      margin-bottom: 1rem !important;
    }

    You can add it through Appearance → Customize → Additional CSS.

    The Dark Mode support will be made optional and disabled by default in our upcoming update.

    Hope it helps!

    Thread Starter elionai

    (@elionai)

    Thanks for the answer, but it didn’t work = (

    Theme Author htmlpie

    (@htmlpie)

    Sorry, the $page in the code had to be #page, try this CSS, it is better:

    #page .sidebar .sp-widget-align-none,
    #page .sidebar .sp-widget-align-left,
    #page .sidebar .sp-widget-align-right {
      float: left;
      margin-bottom: 1rem !important;
      width: 100%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Together Widgets’ is closed to new replies.