• Resolved victorguindo

    (@victorguindo)


    Hello, would it be possible to have a shortcode to place the switcher where I want?

    I work with Divi. Thanks! ??

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter victorguindo

    (@victorguindo)

    I only want to show on TOP CENTER (not left o right) is this possible? I’ve tried with css but i can’t achieve it.

    Plugin Author themelooks

    (@themelooks)

    Hello @victorguindo

    There is no shortcode available.

    Moreover, we have seen that you already achieve it to show on TOP CENTER.

    Regards!

    Thread Starter victorguindo

    (@victorguindo)

    Hello, thanks for answering so quickly.

    I’ve set the value left:50%, but it doesn’t look good on mobile ?? any idea to fix it? Thank you very much!

    Plugin Author themelooks

    (@themelooks)

    Please use this custom CSS below.

    .floating-mode-switcher-wrap.floating-top-right {
    top: 100px;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    }

    Thread Starter victorguindo

    (@victorguindo)

    wow! that’s just what I needed! Many thanks! ?? <3

    Plugin Author themelooks

    (@themelooks)

    Please don’t forgot to rate our plugin and write a review. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘DARKLOOK switcher shorcode’ is closed to new replies.