Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3398800
Right and left menu margin
Closed

Comments

  • Gilles started the conversation

    The right and left margins of the search engine are 70 pixels. I would also like to have 70 pixels for the right and left margins of the logo.

    How should I do it ?

    Currently the custom css for the logo is as follows :

    @media (min-width: 1600px) {
      #page.vertical-header #site-header-wrapper {
        padding-left: 30px;
        padding-top: 0px;
    }
      #page.vertical-header #primary-menu.no-responsive {
        margin-left: 18px;
        margin-top: 130px;
    }
      #page.vertical-header .vertical-menu-item-widgets {
        padding-left: 40px;
        padding-right: 9px;
    }
    }
    
  •  7,092
    Oliver replied

    Hi,

    Can you make screenshot where do you need to add it?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Gilles replied

    Here it is.

    Attached files:  maquette-menu.jpg

  •  7,092
    Oliver replied

    Hi,

    Try to add this one:

    .header-style-vertical .site-title .site-logo a img {
        padding-left: 25px;
        padding-right: 25px;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Gilles replied

    Cool.
    Thanks.

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver