Shape 5

Wordpress Club Themes => Traction - Club => : Mjrumble October 31, 2015, 02:38:58 PM



: Bottom Centre the body background
: Mjrumble October 31, 2015, 02:38:58 PM
Hi, Just a quick query I'm new to wordpress so forgive me if this is an obvious thing.

I need to define my own background image for he body which I have done and is showing but not as I want.
I need the image to be fixed to the bottom of the window. I have been able to easily achieve this in Joomla but unfortunately no such success in wordpress. Long story don't ask bt we have to use wordpress as a limitation we have found in Joomla.
One of the attached images shows the joomla version with the sweep fixed at the bottom as we want but the other image shows part of the image with not all of the sweep. The screenhoots were taken on the same PC with as far as I can see the exact same settings in the back end with the same size image set to Bottom Centre for the Background Image Position Option.



: Re: Bottom Centre the body background
: Tristan Rineer November 02, 2015, 09:16:57 AM
Looking at your site with Firebug (http://getfirebug.com/), it appears that the "bottom center" positioning is failing to be applied.  Everything should function exactly the same between both versions of the framework, are you sure that you don't have another option set differently?

You may also want to try applying the Vertex Upgrade Patch (http://www.shape5.com/component/option,com_docman/Itemid,96/task,cat_view/gid,308/), just in case something was updated recently that resolves the issue.

If that doesn't solve the problem, you can always add the following code to the end of the custom.css or style.css file for the theme:

:
body {

background-position: bottom center !important;

}


: Re: Bottom Centre the body background
: Mjrumble November 02, 2015, 02:09:09 PM
Your a legend issue sorted I wasn't aware of the custom.css file.
This will be so useful.

Many thanks
Marc


: Re: Bottom Centre the body background
: Tristan Rineer November 02, 2015, 02:40:26 PM
I'm glad I was able to help!  If you feel this issue has been successfully resolved, I'll go ahead and lock this thread, with your permission.


: Re: Bottom Centre the body background
: Mjrumble November 04, 2015, 10:22:38 AM
Yes no problem go ahead and look it down.

Thanks again.
Marc


: Re: Bottom Centre the body background
: Tristan Rineer November 04, 2015, 10:47:04 AM
Locking the thread as solved/answered.