Before you ask please READ THIS

Social Icons Menu

in Rife Posts: 4

Is it possible to choose which side the social icons will be on?

Currently they are like this on the tablet / smartphone logo - menu - social icons

I want to leave it so soon logo - social icons - menu

Comments

  • AirAir
    Posts: 10,970
    Hey Mauricio:-)

    Could you send a link to your site, so I could check what is possible with options that you have chosen?

    With kind regards.
  • Posts: 4
    www.mauriciosk.com.br
  • AirAir
    Posts: 10,970
    Please try adding such custom CSS:
    @media only screen and (max-width: 768px) {
    	.header-type-one_line .head {
    		display: flex;
    		align-items: center;
    	}
    	.header-horizontal #header-tools {
    		padding-right: 0;
    		margin-left: 15px;
    		order: 2;
    	}
    }
    You don't know how magic this CSS is :-)

    With kind regards.
  • Posts: 4
    Thx!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion