Remove gray slanted lines below widgets

  • Unknown's avatar

    Hey does anyone know what code I need to input to remove the gray slanted lines below each of my widgets on my sidebar?

    For reference: http://www.nicholasandtaylor.com

    Also, is there a way to change the alignment of “articles” on the homepage from 4 across, to 3 across?

    Thank you !

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    a) You’ve added this:

    #sidebar .widget {
    background-color: #FFFFFF;
    border: medium none;
    box-shadow: none;
    }

    Add this to it:
    background-image: none;

    b) You cannot really change the layout, because it’s not pure CSS, it’s based on the ‘Masonry’ script that creates a mosaic effect.
    But the layout isn’t four across anyway, it’s as many as can fit in the user’s screen (I have a 1600×1050 screen, so I see five across). The theme is responsive: it shrinks and stretches to adapt to different screen resolutions and devices. Drag the browser window to make it narrower and see what happens.

  • Unknown's avatar

    Awesome that worked! Thank you so much.

    Ohhh haha you’re right..well thank you for taking the time to explain. I really appreciate your help!

  • The topic ‘Remove gray slanted lines below widgets’ is closed to new replies.