Quark Tabs

Multipurpose WordPress Theme Forum Support
GK User
Wed Jun 29, 2016 3:00 pm
Hello,

I was working on a theme for my friends page, http://dirkdj.nl
He has a series of tabs on his front page these work semi fine on a big screen but when you open the site on your mobile of tablet the text in the tabs scrambles.

is there a way to make this responsive or is there another solution

Thanks in advance
User avatar
Fresh Boarder

Joshua M
Thu Jun 30, 2016 8:01 am
Hi,

Try to add the following custom css code into your Quark/css/override.css file or use any custom css plugin:
Code: Select all
@media (max-width: 1100px) {
   .gk-big-heading {
     font-size: 10rem;
   }
}

@media (max-width: 800px) {
   .gk-big-heading {
     font-size: 5rem;
   }
}
User avatar
Moderator

GK User
Thu Aug 11, 2016 3:31 pm
Is this different for the Quark E-commerce theme? I tried copying the code from the demo onto my e-commerce theme site but the tabs don't listen.

Also, can I use tabs on pages other than the frontpage?
User avatar
Junior Boarder

Joshua M
Fri Aug 12, 2016 9:28 am
Hi,

You can use tabs only on the frontpage. Please don't forget to add custom fields called "page_function" with value "tabs" to your page which is the parent for your tabs.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.