Images in Widget

Discussion in 'Woodpecker WordPress Business Theme' started by bopomofo, Nov 1, 2014.

Thread Status:
Not open for further replies.
  1. bopomofo

    bopomofo New Member

    Joined:
    Apr 25, 2013
    Messages:
    16
    Likes Received:
    0
    Hi Guys,

    I am have set up a menu in a side widget using images as buttons.

    The problem I am facing is that the images are too spaced out so they take up too much space.

    Is there a way I can reduce the spacing between the images in a widget?

    Thanks.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .alignnone {
    margin: 0;
    }
    a img.alignnone {
    margin: 0;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. bopomofo

    bopomofo New Member

    Joined:
    Apr 25, 2013
    Messages:
    16
    Likes Received:
    0
    Thanks Yogesh
     
Thread Status:
Not open for further replies.

Share This Page