Site logo

Archived topic

Widget on a normal Page .. PlugIn "Widget Shortcode" doesn´t work

18 replies · Started by gut.besser.vermesser on January 15, 2022

Viewing posts 1–15 of 19

Hi there,

where on the page are you wanting that widget displayed? Is it within the pages content ?

Can i see the page ?

My Page

But I've posted the link in the posting before, too ;)

Hi there,

you can use this CSS to center the LWS widget:

.lws-widget-container {
    margin: auto !important;
}

Many thanks ..

addendum: it's not really centered.. (see mobile page)

Try this CSS as well:

@media (max-width: 1024px) {
    .wop_tiny1 ul {
        margin-left: 0;
    }
}

No .. doesn't fix it :-((

I'm not seeing my CSS being added currently.

Can you confirm?

I´ve delete it .. because davids version looks simple better.

You would need David's code and my code.

I can't help if you don't follow my instruction.

I´ve tested .. don't fix the view .. but I insert it again for your "view" .. this is now in css.

.lws-widget-container {
    margin: auto !important;
}
@media (max-width: 768px) {
    .wop_tiny1 ul {
        margin-left: 0;
    }
}
This archived topic is closed to new replies.