Storebox module positions

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jul 01, 2013 10:16 pm
Reply with quote
Report this post
Hello,

to avoid the middle position collapse with the image gallery on the home page you suggested

to me to add:

#gkHeader {
height: 733px;
}

now when I click on a product (or any other page) I get the items displaying always at that height.

My domain is www.willysantangelo.it you can see what happens when you click on a product.

Thanks for your help
User avatar
Fresh Boarder

GK User
Mon Jul 01, 2013 11:17 pm
Reply with quote
Report this post
I have solved this problem as you can see on my domain by duplicating template styles and use the custom

#gkHeader {
height: 733px;
}

only on the homepage. Is that the right way to handle this ?

Thanks for your help
User avatar
Fresh Boarder

teitbite
Tue Jul 02, 2013 11:55 am
Reply with quote
Report this post
Hi

Oly pages where You have used header. I was thinking that header was on a frontpage only. Anyway You can solve it by using for example mod_blank and adding this code to one page only. Having multiple template may cause some problems during customizations.
User avatar
Moderator

GK User
Tue Jul 02, 2013 1:03 pm
Reply with quote
Report this post
teitbite wrote:Hi

Oly pages where You have used header. I was thinking that header was on a frontpage only. Anyway You can solve it by using for example mod_blank and adding this code to one page only. Having multiple template may cause some problems during customizations.


I am sorry I don't understand can you explain more your answer to me ?

thanks
User avatar
Fresh Boarder

teitbite
Thu Jul 04, 2013 11:47 am
Reply with quote
Report this post
Hi

If You need my solution for one page only, than You should use for examle K2 tools module and in the custom code mode set this code:

Code: Select all
<style type="text/css">
#gkHeader {
height: 733px;
}
</style>


than when You will attache this module to the frontpage than frontpage will be the only page it will e used. No need for multiple template styles than.
User avatar
Moderator


cron