• Resolved qrsinternational

    (@qrsinternational)


    hello,

    i am using your widgets on pages Plugin. it′s fine and works great, but i have a problem.

    how i can change the margin (distance from the top an to the next) from a site widget?

    the distance between the top to the first widget an to the next widget is very big, i don′t need it. how can i change ore remove this margin?

    thank you very much for your support,
    michael

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey @ ,

    You can modify these with these CSS selectors; In the example below I’ve set the values all to 0, but you can of course increase these if you want some spacing.

    
    .widgets_on_page > ul {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
    .widgets_on_page > ul li {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
    

    Please let me know how you get on.

    Thread Starter qrsinternational

    (@qrsinternational)

    you are great, your answer is very fast.
    it works fine.

    it is also possible to change the font-size from the headline (heading)?

    thanks for further assisstence,
    michael

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    You’re very welcome.
    And yes this is quickly achievable too. Here is some demo code;

    
    .widgets_on_page h2.widgettitle {
      font-size: 1em;
      font-family: arial;
    }
    

    And if you like the plugin, and support here, then a nice 5* review would be greatly appreciated ??

    Thread Starter qrsinternational

    (@qrsinternational)

    it works perfect.
    very good plugin and bery good support.
    i like it ??
    thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Top margin’ is closed to new replies.