• Hi there!

    I am a html and css newbie and need some help with the design customization.

    I want to put images in the sidebar as buttons. But the space between two widgets is too big for that. Also there is this very thin line. Where can I change that?

    Here is a screenshot: https://i.imgur.com/QrKJlYo.png
    –> I want to change the space between the images in the right sidebar (turquoise squares) and delete the thin line.

    Thanks in advance,

    Noody.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Noody,

    How are you today?

    Could you please add those images in the sidebar and post link to your site so I can take a look? This should be possible with some custom CSS.

    Best regards,
    Bojan

    Theme Author José Leonardo

    (@joseleonardo)

    Hi Noodini,

    I advice you that if you change the theme’s files, you will lose all these changes if you upgrade it.

    To remove the line, look for .sidebar .widget at style.css on the theme root and remove these itens:

    border-color: #ededed;
    border-style: solid;
    border-width: 0 0 1px;

    And also you can remove margin-bottom: 10px; the spaces

    Best!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I make the space between Images in Sidebar smaller?’ is closed to new replies.