Hi,
1- I can dissable resize font in home page only to reduce space
2- I can change manual html for a Image Show GK4 to show pictures.
3- How I can change "Order online Number Telephone"?
How can I do it?
thank's
Konrad M wrote:To remove issue from 1. go to template settings and in 'Features' section you will find 'Suffixes for pages option. Please add suffix ' nopaper' for element with id 101. To help you with other issues I need to get url to your website.
#gkLogo {
width: 170px;
height: 55px;
}
#gkContent {
min-height: 360px;
}
Konrad M wrote:Please add to the override.css
- Code: Select all
#gkContent {
min-height: 360px;
}
#gkContent {
height: 360px !important;
}