Menu display

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Tue Jul 26, 2016 10:15 am
Hi,

I'd like to change the size of the menu button on the bottom right and adjust it to different screen sizes.

But it seems I can not find the code for it. Can you help me with this? I need to change the size of the black background and the graphic inside of the box.

I'm using Photo Wordpress Theme. URL: gracebonline.com

Thank you.
M
User avatar
Senior Boarder

Joshua M
Wed Jul 27, 2016 8:14 am
Hi,

Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? (cooming soon mode is enabled and previous urser/password don't work)
User avatar
Moderator

Joshua M
Sun Jul 31, 2016 1:38 pm
Hi,

You have to use the following custom css code:

Code: Select all
#gk-menu-button {
    height: X;
    left: X;
    top: X;
}

#gk-menu-button > strong,
#gk-menu-button > strong:after,
#gk-menu-button > strong:before {
width: X;
height: X;
}
User avatar
Moderator

GK User
Mon Aug 01, 2016 2:30 am
Thank you Joshua.

This is my code for mobile css if anyone needs it:
Code: Select all
/* Meni Button */
#gk-menu-button {
    height: 20px !important;
    left: 20px !important;
    top: -55px !important;
}

#gk-menu-button > span:before {
width: 60px;
}

#gk-menu-button > strong {
left: 20px;
top: 30px;
}

#gk-menu-button > strong,
#gk-menu-button > strong:after,
#gk-menu-button > strong:before {
width: 20px !important;
height: 3px !important;
}


M
User avatar
Senior Boarder


cron