I have purchase the template Olympia and wish to customize the template by making the first page only one page, but no matter how I modify there is a white bar at the bottom , can you help ?
The website is zoomm.com.sg
Thanks.
PrimerTemplates
POSTED: 2015-10-15
Hello LEONLOI88,
I see what you mean. There is one block that is not fully collapsible when there is no content. Open custom.css file in the template css folder and paste it anywhere. To ensure that the settings apply to homepage alone, you will have to add a page class by opening the homepage menu link via admin panel and then under page display > page class, enter your preferred name. For example, if you have entered "home-page" without the quotes as the page class, your code should look something like:
Thanks for the help, it works now. Another problem is on the menu, when go to the website on my phone, the menu doesn't appear like what you guys have shown through the demo, any idea whats wrong with it ?
Thanks.
PrimerTemplates
POSTED: 2015-10-15
Hello LEONLOI88,
As described in the user manual, there are two kinds of logos and menus, namely, desktop/large screen menu/logo and mobile/small screen menu/logo.
For the menu, after creating the menu for large screens, make a copy of the same and assign it to the module position "offcanvas."
To add mobile logo, create a new custom html module using advanced custom html , insert your logo image and assign it to module position "logo-small."
Get an access to all 12 items designed and developed by Nexus Nova team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have purchase the template Olympia and wish to customize the template by making the first page only one page, but no matter how I modify there is a white bar at the bottom , can you help ?
The website is zoomm.com.sg
Thanks.
I see what you mean. There is one block that is not fully collapsible when there is no content. Open custom.css file in the template css folder and paste it anywhere. To ensure that the settings apply to homepage alone, you will have to add a page class by opening the homepage menu link via admin panel and then under page display > page class, enter your preferred name. For example, if you have entered "home-page" without the quotes as the page class, your code should look something like:
.home-page .tm-block {
padding-bottom: 0;
padding-top: 0;
}
.home-page .tm-main {
margin-top: 0 !important;
}
Thank you
Kind Regards
Thanks for the help, it works now. Another problem is on the menu, when go to the website on my phone, the menu doesn't appear like what you guys have shown through the demo, any idea whats wrong with it ?
Thanks.
As described in the user manual, there are two kinds of logos and menus, namely, desktop/large screen menu/logo and mobile/small screen menu/logo.
For the menu, after creating the menu for large screens, make a copy of the same and assign it to the module position "offcanvas."
To add mobile logo, create a new custom html module using advanced custom html , insert your logo image and assign it to module position "logo-small."
Thank you
Kind Regards