• Resolved hkruse

    (@hkruse)


    Hi,

    i am not able to override the margin-left in th

      from my theme.

      i tried this in the css of the plugin, but it does not work:

      .widgets_on_page ul {margin-left:0px;}

      Of course i am not a “pro” in kind of CSS….

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hkruse

    (@hkruse)

    i think it is solved.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Great stuff… if you run into any other queries then please ping up here.
    Ta, Todd

    How did you solve this?

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    I used the browser dev tools to see which css rule was applying the setting, and being more specific than the ones that bundle with Widgets on Pages.
    Maybe I should make a video of how I do this… Do you think it would be useful?

    Thread Starter hkruse

    (@hkruse)

    i put the line:

    .widgets_on_page ul {margin-left:0px;}

    into the css of the theme not the plugin

    I’m getting a super wide left margin like this:

    https://gyazo.com/7d886724a6408cb09816d5da1624ed91

    asdfasdf is text on the actual page. Picture shows where the widget starts, and the automatic left margin it generates.

    I can fix this myself via CSS, but I was just wondering why the left margin. I notice the terminology is all “side bars.” Maybe I am supposed to be using the widgets only in sidebars, and not in the content area of pages?

    I’ve had time to analyse it now. I see it’s coming from the < ul > and < li > structure that the widget uses, and my Genesis theme is giving them the wide margin via its css.

    I fixed it by plugging .widgets_on_page ul {margin-left:0px;} in the css section of my Genesis Extender.

    Cheers!

    • This reply was modified 6 years, 11 months ago by randaloulton.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘margin left still aktiv’ is closed to new replies.