My Cozy Blog : no slide arrows on small screens

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 30, 2015 10:26 am
Reply with quote
Report this post
Hi,
at My Cosy Blog position, you can display other elements using right or left arrows if your screen is large enough.
These arrows are not displayed on small screens (smartphones for example) so that you can't access the following elements.
Could you give me a fix for that ?
Thanks
User avatar
Gold Boarder

teitbite
Sun May 03, 2015 12:15 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon May 04, 2015 9:48 am
Reply with quote
Report this post
Hi,
here's the link : http://www.cgigraphicdemo.fr/granie/
My Cosy Blog is called ont that website "Le bois de chauffage"
you can see John template is used there for a very different category from what it was created for... :)
User avatar
Gold Boarder

teitbite
Fri May 08, 2015 5:07 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkTeam {
    top: 0 !important;
    margin: 50px 60px 0 !important;
}

.gkTeamNext {
    right: 10px;
}

.gkTeamPrev {
    left: 10px;
}
User avatar
Moderator

GK User
Thu Jun 11, 2015 1:11 pm
Reply with quote
Report this post
Thanks !
User avatar
Gold Boarder


cron