mobile with and desktop padding

Home Forums Pro Support mobile with and desktop padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68473
    Tara MacDoanldTara MacDoanld
    Participant

    Hi I have been trying to customize this plugin and I have some how ended up with a mobile menu that is not full width. I can’t figure out how to put it back.
    I would also like to adjust the container padding for the desktop version.

    #68476
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Tara,

    As per the Forum Guidelines https://responsive.menu/forums/topic/forum-guidelines/ you haven’t provided me with a site to look at so I can’t really advise.

    Please provide and I will take a look for you.

    Peter

    #68475
    Tara MacDoanldTara MacDoanld
    Participant

    http://dev.orijinvideo.ca/hcp-home/
    I solved the mobile padding issue (there was some padding in the container with the shortcode)
    I am still trying to:
    1. Adjust the desktop menu padding left and right
    2. apply a drop shadow to the desktop menu
    3. Fix the width or padding on the sub menu items on desktop

    I wonder if you could point e in the direction on the css needed.
    Thanks!

    #68474
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Tara,

    1. What padding do you mean in regards the Desktop Menu? If you mean just the items then the below should work:

    #responsive-menu-pro li a {
       padding: 0;
    }

    2.Again, I’m not sure what part of the Desktop Menu you want to apply the box shadow to, but for the container you could use the below:

    #responsive-menu-pro-container {
       box-shadow: 0 1px 1px black;
    }

    3.

    #responsive-menu-pro li .responsive-menu-pro-submenu li a {
       width: 50px;
       padding: 50px;
    }

    Hope that helps

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mobile with and desktop padding’ is closed to new replies.