Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Brinkkemper

    (@macbrink)

    this is not a ALzyest Gallery issue, but an issue in your theme.
    Images in your content have rounded borders, sidebar images don’t.

    to fix it, please add this to your stylesheet:

    .widget-area img {
    	border-radius: 4px;
    	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    }

    Thread Starter smithgt

    (@smithgt)

    Thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Lazyest Gallery] No rounded borders on Widgets’ is closed to new replies.