Hello,
It may be useful for wide-screen monitors.
File: gk_restaurant/css/typography/typography.style2.css
Line: 1874
Text: background: transparent url('../../images/style2/typography/bg_demo.jpg') no-repeat left bottom / 100%;
.gkHeader {background: transparent url('../../images/style2/typography/bg_demo.jpg') no-repeat left bottom / 100%;}
body {background-position: 50% 0;}
Cyberek wrote:Thanks for sharing that information.
In my opinion it would be a little better to use override.css instead of editing core template files. The change You have showed would then look this way:
- Code: Select all
.gkHeader {background: transparent url('../../images/style2/typography/bg_demo.jpg') no-repeat left bottom / 100%;}
.gkHeader {background: transparent url('../../images/style2/typography/bg_demo.jpg') no-repeat left bottom / 100%;}
.gkHeader {
background: transparent url('../images/style2/typography/bg_demo.jpg') no-repeat left bottom / 100%;
}