Before you ask please READ THIS

logo right menu left

hi, how can i get this? i can not find logo on the right side...thank you

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    We don't have such an option in the theme.

    If you would share a link to a page where you need it, I will check if I can prepare some custom CSS for your case.

    With kind regards.
  • AirAir
    Posts: 10,970
    Hey:-)

    You could try such custom CSS:
    .header-horizontal #header .head {
        direction: rtl;
    }
    .header-horizontal .navigation-bar {
        direction: ltr;
    }
    Let me know what do you think about it.

    With kind regards.
  • Posts: 15
    logo is ok, but menu should be left :-)
    logo-right.jpg
    1309 x 261 - 76K
  • AirAir
    Posts: 10,970
    Hey :-)

    Please try this custom CSS instead of previous one:
    .header-horizontal #header .head {
        direction: rtl;
    }
    .header-horizontal .navigation-bar {
        direction: ltr;
    }
    .header-horizontal .top-menu > li {
    	float: left;
    }
    	@media only screen and (max-width: 1024px) {
    	.header-horizontal .top-menu > li {
    		float: none;
    	}	
    }

    With kind regards.
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!