Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey jeffersonvfigueiredo,

    To do that you just have to add below css code in the customizer “add additional CSS”.

    .site-branding {
      float: right !important;
    }
    
    .onepress-menu {
      float: right;
      margin-right: 40px;
    }
    
    @media screen and (max-width: 1140px) {
      .site-branding {
        float: left !important;
      }
    
      .onepress-menu {
        margin-right: 0px;
        }
    }

    Hope it will help you.
    Thank you.

    Theme Author FameThemes

    (@famethemes)

    Hello @jeffersonvfigueiredo,

    Please add this to Customize => Additional CSS:

    .site-branding { float: right; }
    .onepress-menu { float: left; } 

    Hope it helps!

    Can the logo be moved to the center in onepress? If so how?
    It should be centered above the menu.

    • This reply was modified 7 years, 5 months ago by harianti.
    Thread Starter jeffersonvfigueiredo

    (@jeffersonvfigueiredo)

    thaks ok
    thanks

    One solution failed to center the logo
    What is the solution?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘logo’ is closed to new replies.