Shape 5

Wordpress Club Themes => Big Business - Club => : cspub September 14, 2016, 10:44:06 AM



: putting static image in custom 1
: cspub September 14, 2016, 10:44:06 AM
If I don't want to use the image fader in custom one, but instead  put a static image, is there a certain size the image must be so that the logo and menu don't cover the top up? Or does the image need a certain amount of white space at top?


: Re: putting static image in custom 1
: Tristan Rineer September 15, 2016, 07:28:29 AM
Is that an issue you are having?  If so, please remember to always post a link to your site when having issues with something on the front-end; I can't even begin to diagnose the cause of a problem if I can't see what's happening and inspect the code with Firebug (http://getfirebug.com/).



: Re: putting static image in custom 1
: cspub September 15, 2016, 08:49:46 AM
http://gettingtoyeswithyourbanker.com

i fixed it by adding white space at top of graphic. but didn't really want to do that as it is hard to guess the right amount.


: Re: putting static image in custom 1
: Tristan Rineer September 15, 2016, 09:09:29 AM
If you add
:
style="padding-top: 91px;"
to the inline code of your image tag, that should push your image down under the menu.

I figured out the number by using Firebug (http://getfirebug.com/) to inspect the menu, which tells the dimensions, then just adding the top padding to the image to see how it lined up.