Bigger font and gk5 photos

Support desk for Multipurpose Quark Theme
GK User
Fri Mar 10, 2017 12:52 pm
Hello.
I'd like to make 2x bigger my cart icon and the word Menu. When I change their font from 14px to 28px, Menu word goes out of the window. How can I move it back?

Pic: http://i.imgur.com/gUkkb4P.jpg

And the second question is about GK5 module, which displays my lastest virtuemart products. Many of them have different dimensions so the module shows them cutted. Can I set up somewhere in the module to displays my photo in the original dimensions? For exaple showing both vertical and horizontal pictures.

Pic: http://i.imgur.com/rRW1x8z.png

I'll give login info to the administrator.
User avatar
Senior Boarder

teitbite
Tue Mar 14, 2017 4:21 pm
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
Fri Mar 31, 2017 12:47 pm
I sent you a PM.

Additionally I'd like to have other menu under the logo, but the logo position is invisible during I edit modules. Template description says it should be avaliable.
User avatar
Senior Boarder

teitbite
Thu Apr 06, 2017 1:02 pm
Hi

Sorry, but I didn't got a notification about receiving PM. Just checked it after seeing Your post in this thread.

For NSP just disable creating thumbs. Images will be used as they were uploaded without cutting.

For MENU change add this code to override.css

Code: Select all
.gkicon-cart::before {
    font-size: 22px;
}

.off-canvas + #gk-cart-btn {
    right: 105px;
}

#gkMobileMenu span {
    font-size: 22px;
    line-height: 22px;
    width: 68px !important;
}

#gkMobileMenu {
    margin: 36px 0 0 !important;
}
User avatar
Moderator


cron