Hi
i'm using decor template for a website
when i am in ipad view the modules on sidebar position are one below the other
I would like to have two modules for each row because there is a lot of blank space on the right... how can i do?
Thanks
Hi
i'm using decor template for a website
when i am in ipad view the modules on sidebar position are one below the other
I would like to have two modules for each row because there is a lot of blank space on the right... how can i do?
Thanks
Hi brusamolino
Without a link to your website we cannot verify code for it -
Edit your first post and add a link to your website and if possible a super user account to it too -
Regards
pavit
hi 'ive added the info with the link and super user account
Hi brusamolino
You can try in this way
In this file /templates/gk_decor/css/tablet.css
add
#gkSidebar .box {
padding: 50px;
border-bottom: none;
position: relative;
display: inline-block;
max-width: 50%;
border-top:none!important;
}
Hope it helps
thanks