Shudh Logo and Menu

Home Forums Shudh theme support Shudh Logo and Menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #74166
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    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

    #74209
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Kindly turn off the maintenance mode.

    Regards,
    Dave

    #74223
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Dave,

    Maintenance mode is now off

    Thanks

    Derek

    #74227
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #74228
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Thanks 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?

    #74244
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #74245
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Legendary Stuff. Thanks Dave

    #74246
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.