Full background image

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Aug 14, 2013 8:39 am
How can I add full background image? Current background appears like http://postimg.org/image/bdeoiu0yr/
User avatar
Expert Boarder

GK User
Wed Aug 14, 2013 1:57 pm
Could You please post an url to your site?
Proppably You need larger image (1920px wide)
User avatar
Moderator

GK User
Wed Aug 14, 2013 6:04 pm
I sent PM. The size is 2362 x 1561 but it doesn't shown as a full background.
User avatar
Expert Boarder

GK User
Thu Aug 15, 2013 4:43 pm
Any suggestion?
User avatar
Expert Boarder

GK User
Thu Aug 15, 2013 6:24 pm
I have solved the problem.
User avatar
Expert Boarder

GK User
Sat Aug 17, 2013 9:25 am
Home page is ok but how about other pages, how can I use full background image for the articles? http://demo.gavick.com/joomla25/restaur ... le-article
User avatar
Expert Boarder

GK User
Sat Aug 17, 2013 10:34 am
I would do it with simples method available - setting background-image that is aligned top and horizontally centered:
Code: Select all
body {
background: transparent url(../img/to/bg/file.jpg) 50% 0 no-repeat;
background-attachment:fixed;
}

Before that, I wuld disable all other changes made to template background, and also disable default background.
This way code used in override.css will works ok.
User avatar
Moderator


cron