Shape 5

Joomla Free Templates => Design Control - Free => : TPNnet May 13, 2014, 07:26:26 AM



: (Background) image positions not working
: TPNnet May 13, 2014, 07:26:26 AM
Hello,

When I try to align an image for example in the background of the main body to the bottom right (the 'background image position option'), the image stays in the top left regardless of the option I choose. I have tried several different combinations (and different images) but they all give the same result. This problem persists also in the login/register bar. I have not tried any different modules yet, but I think they will yield a similar result. The CSS code also seems to indicate the position in the top left (url("http://ams18.siteground.eu/~scien373/test2.technopolicy.net/images/skyline%20with%20line.jpg") no-repeat scroll 0 0 #FFFFFF !important) even though it is currently set to the bottom right.

Is this some option I have overlooked? Any suggestions are appreciated.


: Re: (Background) image positions not working
: mikek May 13, 2014, 11:33:55 AM
Hello,

You can try adding this to custom.css:

body {
background-position:bottom right !important;
}


: Re: (Background) image positions not working
: TPNnet May 14, 2014, 01:31:39 AM
Thanks, that did the trick!
Guess I can use a similar approach for any other images not in the right position.

Much appreciated.