Home › Forums › SKT Full Width Forum › Main menu
- This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
January 16, 2017 at 4:56 pm #58906
Hi,
website: www.strattoneducationtrust.org
Can the menu (the main one on the left) be made more responsive?
1. We would like the logo to shrink and the menu to get a bit narrower (we appreciate it can only get so narrow)
2. Can we make the menu slightly narrower when full size?
3. Can the menu be moved further left – say 5% padding from left?
4. We’ve noticed a glitch when we make the window half the screen width. A rectangle appears behind the menu, losing the transparency and the flag detail at the bottom. Please could you have a look at this too?
Thank you,
Dominique
January 17, 2017 at 12:03 pm #59009Hi Dominique,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:786px) {
#slidecaption{display:block !important;}
.header .logo, .header{background-color:rgba(0, 0, 0, 0.5) !important;}
}
@media screen and (min-width:980px) {
.header .logo img { width: 55% !important;}
#secondary { position: relative; left: -30px !important;}
}Regards,
BradJanuary 23, 2017 at 3:29 pm #59634Hi,
Sorry it has taken me a while to respond.
This didn’t sort the issue. In fact the menu now begins to disappear of the page when you reduce the width.
Our queries are:
Is it possible to keep the menu on the left of the screen, regardless of screen size (aside from mobile devices), with say around 30px gap before the menu? I have a 1920 width screen and the menu ends up nearly in the middle of the screen. I appreciate mine is a wide screen but it would be good if it looked good on mine too.A black box appears behind our menu when the screen width reduces to 998px and only disappears when the menu swaps out for the mobile version. It stops the menu from appearing transparent and fills in the bottom of the flag. Is it possible to lose this box/block.
Thank you
DominiqueJanuary 24, 2017 at 6:06 am #59712Hi Dominique,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradJanuary 24, 2017 at 1:28 pm #59774Hi Dominique,
This issue was resolved from our end. Kindly check and confirm.
Regards,
BradJanuary 24, 2017 at 1:41 pm #59776Perfect! Thank you 🙂
January 25, 2017 at 4:50 am #59824If you found our service good kindly review us here:
https://www.sktthemes.org/forums/topic/reviews-and-testimonials/ -
AuthorPosts
- The topic ‘Main menu’ is closed to new replies.