menu padding

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #273897
    Needhi
    Participant
    Hi   We have top main menu and would like to move towards more right, please suggest, which needs to be modified   Regards
    #273972
    Diana
    Participant
    @Needhi, You can try changing the header style from wp-admin > appearance > customize > header
    #273988
    Needhi
    Participant
    this i already did, You can see at sybgen.com, please notice that menu on top is coming middle right, i need to make it more towards right, so that i will more space between menu and logo. kindly help.
    #274093
    Diana
    Participant
    @Needhi, I think you didn't tried the styles, this is our default header style: http://prntscr.com/tfrlt1
    #274113
    Needhi
    Participant
    Hi, I am working on ur styles only, i am using demo2 for this. Also, i want transparent menu on home page with more distance between menu and logo. i dont want any top white headers. kindly relook
    #274267
    Diana
    Participant
    Use this custom CSS then and paste in wp-admin > appearance > customize > custom css .sleek.transparent h2#logo {margin-left:-80px !important;} change the px according to your requirement http://prntscr.com/tgoaqw
    #274825
    Needhi
    Participant
    Hi, It is not taking menu to the right, i want menu to go to more , given code by you is only taking the logo left. i want logo at the same place, but menu should go more.
    #274877
    Diana
    Participant
    header.transparent nav.menu-mainmenu-container { margin-right:-120px !important; } This will move the menu. refer: http://prntscr.com/tipb1h
    #274950
    Needhi
    Participant
    it is not working, i have done this : .col-md-9 { width: 100%; and it is working , is it ok or it will affect other places also.
    #275095
    Diana
    Participant
    This is a too generic class so it will affect other places as well Modify it like this header.sleek.transparent .col-md-9 { width: 100%; }  
    #275171
    Needhi
    Participant
    thanks, it worked.
    #275403
    Diana
    Participant
    @Needhi, Thanks for confirming. Closing the topic
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘menu padding’ is closed to new replies.