Issue #3151Opened November 23, 2020by theSC0RP2 reactions

QUESTION: Position of selector manager.

Question

Hi, @artf. I was going through the getting started guide and the selector manager is placed below the style manager. Screenshot from 2020-11-23 13-40-46

How do I position the selector manager above the styles manager?

Answers (1)

artfNovember 27, 20202 reactions

As you can see from the example

selectorManager: {
    appendTo: '.styles-container'
  },
 styleManager: {
    appendTo: '.styles-container',

Both of them append the element inside the same container. You can simply create different containers

<div class="styles-container">
  <div class="styles-container-t"></div>
  <div class="styles-container-b"></div>
</div>
selectorManager: {
    appendTo: '.styles-container-t'
  },
 styleManager: {
    appendTo: '.styles-container-b',

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.