Image positioning bg_demo_sign

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Oct 31, 2012 3:53 pm
Hello,

I would like to change the position of the image "bg_demo_sign.png" and also remove the white image with spirals.
How?

thank you

My site :http://loumansou.fr/NewLoumansou
User avatar
Junior Boarder

Konrad M
Wed Oct 31, 2012 4:07 pm
Hi,
to move image_demo_sign please add to override.css
Code: Select all
.gkHeaderSign {
height: 41px;
width: 120px;
}

and remember to enable override.css option in template settings.
To remove second issue please go to template manager options. Here in 'Features' section find 'Suffixes for pages option'. Check home menu item ID (porabably it is 101) and add ' nopaper' suffix for this item.
User avatar

GK User
Wed Oct 31, 2012 5:08 pm
thank you

Two more quick questions:

How to change the white background on the home page?
How to change the height between the content of the page and the top menu?
User avatar
Junior Boarder

Konrad M
Fri Nov 02, 2012 11:32 am
To change white background only on home page please add to override.css
Code: Select all
.nopaper #gkContent {
background: #FFFFFF;
}

and set your own color value.
To change space please add:
Code: Select all
.nopaper #gkContent, .noclips #gkContent {
margin-top: 120px;
}

and reduce value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Dec 10, 2012 8:53 am
How do you ensure that the images (bg_demo_sign, and bg_demo_hat bg_demo_order) is redimmensionnent depending on the screen size?
Because on my site: http://loumansou.fr/NewLoumansou, it does not work the images do not redimmensionnent but the ride on one or other of the text
loumansou_2012-12-10.png


Thank
User avatar
Junior Boarder


cron