Prev - Next links on K2 items

Support desk for Multipurpose Quark Theme
GK User
Sun Oct 25, 2015 7:51 am
I'd like to use prev - next links on K2 items in my coming blog. I also use disqus comments but those 2 doesn't work perfectly together. Pre - next links appears on the disqus area. See result here. Is it possible to get those prev - next link a bit away from disqus?
User avatar
Fresh Boarder

GK User
Sun Oct 25, 2015 2:32 pm
Well, for it looks like that the arrows are not at the position where they should be. However, what happen when you at the following to your override:
Code: Select all
#disqus_thread
{
   margin-top: 50px;
}

Best regards,

Ruediger
User avatar
Senior Boarder

teitbite
Tue Oct 27, 2015 2:59 pm
Hi

Add this to override.css

Code: Select all
.itemNavigation {
    padding: 40px 0 50px;
}
User avatar
Moderator

GK User
Wed Oct 28, 2015 9:57 am
Thanks! It's working now. I added the code to advanced template settings. I didn't manage to get override.css working.
User avatar
Fresh Boarder

teitbite
Sat Oct 31, 2015 11:21 am
Hi

Ok. Glad to hear that. Override.css may not be working becuase it's not activated or LESS recompile option is being activated in template settings or simply because of cache. So if You would like to use it in the future You may check this mentioned things.
User avatar
Moderator


cron