decreasing space between two menu item in header

Home Forums Legacy Support Support queries How-to & Troubleshooting decreasing space between two menu item in header

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #224647
    krishipathsala
    Spectator
    homapage link: https://krishipathshala.in/ I want to decreasing the gap between "Log in" and "search button". I made this slider with revolution slider and give  -150 margin from the top to move upward and the header style is transparent. the image link is : http://prnt.sc/p1d2l5  
    #224725
    logan
    Member
    Hello,

    Please goto wp-admin >>> appearance >>> customize >>> custom css >>> paste & save.

    @media screen and (min-width: 992px){ header.sleek.transparent>.container>.row .col-md-9.col-sm-6.col-xs-4{ position: relative; }   header.sleek.transparent>.container>.row .col-md-9.col-sm-6.col-xs-4 nav.menu-main-menu-container { position: absolute; right: -15%; top: -7.5%; }} refer: http://prntscr.com/p1ld9r
    #224802
    krishipathsala
    Spectator
    This reply has been marked as private.
    #224881
    logan
    Member
    Hello, use this custom css instead of above. @media screen and (min-width: 992px){ header.sleek.transparent>.container>.row .col-md-9.col-sm-6.col-xs-4{ position: relative !important; } header.sleek.transparent>.container>.row .col-md-9.col-sm-6.col-xs-4 nav.menu-main-menu-container { position: absolute  !important; right: -20% !important; top: -7.5% !important; }} refer: http://prntscr.com/p26m9e
    #224930
    krishipathsala
    Spectator
    I have  put the code and checked the publishing , it seems it only changes the logged in page and does not affect the logged out page just like it was before. you have given me the screenshot of what would be the perfect logged out page but it is not appearing even after applying the above mention code.
    #224932
    krishipathsala
    Spectator
    This reply has been marked as private.
    #224971
    logan
    Member
    This reply has been marked as private.
    #225047
    krishipathsala
    Spectator
    This is not an admin account. The admin account also looks same. I add 3 more menu , but it still looks same.  
    #225049
    krishipathsala
    Spectator
    what should I do?  
    #225081
    logan
    Member
    Hello, you need to delete the above codes from custom CSS then check if it looks good. an admin account means I need to access your backend for further investigation. provide me the credentials.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘decreasing space between two menu item in header’ is closed to new replies.