• Closed
  • Skrot Fooey
    Spectator
    June 10, 2014 at 2:05 am #8471

    Hi, questions about the widgets.

    How do I style them? I’d like to have an image fill them 100%, but there appears to be some padding that’s built-in. Where could I remove that, on just one widget, not all of them?

    Also, hyperlinked images in widgets show a mouse-over behavior – they shift when you hover on them – how could I get rid of that?

    Thanks!

    Roman
    Spectator
    Posts: 3147
    June 10, 2014 at 7:34 pm #9991

    please provide me your website URL I will provide a code

    Skrot Fooey
    Spectator
    Posts: 9
    June 14, 2014 at 2:36 am #10031

    dividendsforall.net

    Thanks!

    Roman
    Spectator
    Posts: 3147
    June 15, 2014 at 9:54 am #10035

    try this in the Custom CSS section:

    Code:
    #text-2 .widget-content {padding:0;}
    #secondary a, #secondary-2 a {transition:none!important;}
    Skrot Fooey
    Spectator
    Posts: 9
    June 15, 2014 at 5:54 pm #10039

    Thanks!!

    But it didn’t work, the animation still happens in the widget 🙁

    Roman
    Spectator
    Posts: 3147
    June 15, 2014 at 10:16 pm #10041

    use this code for the hover:

    Code:
    #secondary a:hover, #secondary-2 a:hover {padding-left: 0px;}
    Skrot Fooey
    Spectator
    Posts: 9
    June 16, 2014 at 5:39 pm #10046

    Thanks!