Is there some easy way to get the bottom bar (position 35 & 36) to fit the screen's size, on pages with not enough content to push it to the bottom (or fruther)?
AS Templates
POSTED: 2015-06-16
Hello CANDER1336,
What is your site url please?
Regards, AS Team.
Cander1336
POSTED: 2015-06-17
Here is a page which the problem occur: http://mykorrhiza.nu/index.php/anvaendning/produkter
AS Templates
POSTED: 2015-06-17
Hello CANDER1336,
You can do it by adding the following class in the style.custom.css file:
#content-row {
min-height: 450px;
}
Regards, AS Team.
Cander1336
POSTED: 2015-06-30
This causes problem on my tablet (that probably got a smaller height than that I guess), the the bottom bar on the splash page that was perfect before is now far down. I guess I need to set a relative min-height based on user's screen size?
AS Templates
POSTED: 2015-06-30
Hello CANDER1336,
The min height for mobile devices you can set by editing media css files, or you can create your own css and put it in the style.custom.css file.
Regards, AS Team.
Cander1336
POSTED: 2015-06-30
I have noticed on my Samsung Galaxy Tab with chrome browser that its very difficult to select sub-entries from the template's main menu, When clicking on a entry it instantly load that page with less than a second to see/choose from the downrolling subentries. How is this supposed to work?
Cander1336
POSTED: 2015-07-03
reminder:
I have noticed on my Samsung Galaxy Tab with chrome browser that its very difficult to select sub-entries from the template's main menu, When clicking on a entry it instantly load that page with less than a second to see/choose from the downrolling subentries. How is this supposed to work?
AS Templates
POSTED: 2015-07-03
Hello CANDER1336,
Thank You for noticing about this issue.
Our developers will check this issue and release a fix next week.
Regards, AS Team.
Cander1336
POSTED: 2015-07-04
#content-row {
min-height: 450px;
}
This trick fixes the bottom bar alignment. This does though do force a minimum content area on the splash page too, any idea to put in an exception for that?
Cander1336
POSTED: 2015-07-15
reminder:
#content-row {
min-height: 450px;
}
This trick fixes the bottom bar alignment. This does though do force a minimum content area on the splash page too, any idea to put in an exception for that?
Cander1336
POSTED: 2015-07-21
How to change the opacity of the background color of the content row? Would like it have higher opacity so the background image is a bit less shown
AS Templates
POSTED: 2015-07-22
Hello CANDER1336,
You can do it by editing tmpl.default.css file the following class (line 2155):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
What is your site url please?
Regards, AS Team.
You can do it by adding the following class in the style.custom.css file:
#content-row {
min-height: 450px;
}
Regards, AS Team.
The min height for mobile devices you can set by editing media css files, or you can create your own css and put it in the style.custom.css file.
Regards, AS Team.
I have noticed on my Samsung Galaxy Tab with chrome browser that its very difficult to select sub-entries from the template's main menu, When clicking on a entry it instantly load that page with less than a second to see/choose from the downrolling subentries. How is this supposed to work?
Thank You for noticing about this issue.
Our developers will check this issue and release a fix next week.
Regards, AS Team.
min-height: 450px;
}
This trick fixes the bottom bar alignment. This does though do force a minimum content area on the splash page too, any idea to put in an exception for that?
#content-row {
min-height: 450px;
}
This trick fixes the bottom bar alignment. This does though do force a minimum content area on the splash page too, any idea to put in an exception for that?
You can do it by editing tmpl.default.css file the following class (line 2155):
#main-container {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
padding: 50px 0;
}
Change '0.7' to '0.8' or '0.9'.
Regards, AS Team.