Shape 5

Wordpress Club Plugins => Photo Showcase - Club => : claveria October 02, 2015, 12:24:58 AM



: Problems with Shocase in Velocity theme
: claveria October 02, 2015, 12:24:58 AM
Hi

I have used this module in Wordpress in Velocity Theme. I have inserted in Custom1 but something is wrong because if I see the element in Chrome i can se this code:

<div id="s5_photo_showcase_inner" style="width: 5562px;">

This width makes the div very wide and the page is not Ok.

You can see the screen shot attached


: Re: Problems with Shocase in Velocity theme
: Tristan Rineer October 02, 2015, 07:00:12 AM
It looks like for some reason the "overflow:hidden" that is supposed to hide the content beyond the box isn't working. 

Adding the following code to the theme's style.css should fix it:

:
#s5_photo_showcase_outer {
    overflow: hidden;
}