Hey DEngledow –
Is there a way I can see this online? It almost sounds like you’re describing a CSS issue. This may be related to some CSS on your site interacting with our CSS – if so, there is most likely an easy fix!
Thanks,
Richard
I did think of the CSS causing an issue after I posted for help.
I’m not good with CSS, just learning as I go. If you think that is causing the issue and have any pointers I would appreciate hearing them.
The page is currently parked at: http://www.vintonboomtown.com/wp/multimedia/2013-photos/
Hey DEngledow!
So, there was some sizing being applied by the plugin inline, instead of via CSS. This has been changed to be controlled via CSS, which will allow you to override the control causing your described problem.
If you grab update 2.6.3.4, you can use the following CSS to control the size of the grey box around your photos:
.ik_fb_gallery_320x180 {
height: 320px;
width: 180px;
}
Just alter the height and width attributes above as you see fit, and be sure to add !important, or target the class more specifically, so that you override the default CSS.
Make sense?
Let me know if you have any questions.
Thanks!
Richard
Thank you! That seems to have worked perfectly. I greatly appreciate your help, and I apologize for the delay in response.
Thanks for letting me know! I will mark this as resolved.