Home › Forums › Shudh theme support › Shudh Logo and Menu
- This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago by
Forum Moderator.
-
AuthorPosts
-
June 1, 2017 at 12:49 pm #74166
Hi Guys,
When I inputted the logo and the menu in the Shudh theme it is pushing up the menu to the top, I want the menu centred and running across from the centre of the logo. I also want to reduce the padding so it’s not as thick.
Do you have custom CSS that would allow this?
Website is currently on maintenance mode so when you free and can get back to me I will make it live so you can look at it.
http://collinsviptours.com/
Thanks
Derek
June 2, 2017 at 4:47 am #74209Hi,
Kindly turn off the maintenance mode.
Regards,
DaveJune 2, 2017 at 7:18 am #74223Hi Dave,
Maintenance mode is now off
Thanks
Derek
June 2, 2017 at 7:29 am #74227Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header { padding:10px 0;}
.header_right { margin-top:40px;}Regards,
DaveJune 2, 2017 at 7:37 am #74228Thanks Dave, that looks a lot better but in mobile view the logo is now further away from the menu bar with a good bit of white space there? Can you tighten that up?
Also the green triangle arrow on the right hand side of the Slider doesn’t sit in the corner of the image on mobile view, can you look at that for me too?
June 2, 2017 at 9:06 am #74244Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .header_right { margin-top:5px;} .nivo-directionNav a { bottom:0 !important;} }
Regards,
DaveJune 2, 2017 at 9:09 am #74245Legendary Stuff. Thanks Dave
June 2, 2017 at 9:38 am #74246🙂
-
AuthorPosts
- You must be logged in to reply to this topic.