• Resolved tmc5005

    (@tmc5005)


    My website is https://www.yourgreenflooring.com My theme is Papyrus. On my sidebar widget I have a banner for home depot in one widget and the next widget has a sidebar banner for sears. Right now the 2 banners look like one and there is no space between them. How can I add some space to separate the 2 banners?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Kurt

    (@highfxmedia)

    tmc5005:

    Go to Appearance => Editor. (Note: I recommend a backup before making any modifications). The default file that should be open is style.css. If it’s not, you can select the file from the list on the right.

    Option 1: Find line 432 in your style.css file. Add:

    margin: 0 0 15px;

    Add it between the curly brackets like this: }

    Option 2: Scroll to the bottom of style.css and add this:

    #sidebar ul li { margin: 0 0 15px; }

    Be sure to save the file.

    Change the 15px to a greater or lesser value as needed.

    Thread Starter tmc5005

    (@tmc5005)

    Hello,
    I tried both methods and its not working?

    Kurt

    (@highfxmedia)

    tmc5005:

    I can see the CSS by using Firefox and Firebug. I don’t see either of the suggested options in the CSS. A browser will ignore CSS it doesn’t recognize.

    Copy what you’ve done and paste it in a reply here. Copy what is before and after the code you added.

    Thread Starter tmc5005

    (@tmc5005)

    Finally after spending the better part of a day the solution I have found is to go into the HTML Code of the image itself within the text widget and add vspace=5 and adjust to the spacing you need.

    Kurt

    (@highfxmedia)

    You found your own solution. Good.

    Sorry you couldn’t figure out how to do it with CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add space between banner images in widget’ is closed to new replies.