• Resolved karwan mino

    (@karwan-mino)


    please help
    i tried many tutorials also i searched much more in web it been for two days after more try but still i cant do that ..

    __
    how can i move the site title section into the left of navigation bar ?
    ,in the twenty twelve default theme of wordpress.

    is there can someone tell me how clearly to make the logo and menu in one line inside nav bar cleanly step by step ??

    best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there Karwan Mino!
    You can do this be adding the following css:

    hgroup {
    	display: inline-block;
    	float: left;
      	margin-left: 2%;
    }
    @media screen and (min-width: 600px) {
      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
      	border: none;
      }
      .nav-menu li {
    	float: right;
        margin-top: 20%
      }
      #site-navigation{
      	float: right;
        display: inline-block;
      }
    }

    Be sure to either be using a child theme or a custom css plugin. I hope that this solved your problem.

    Cheers
    ?yvind
    [Signature moderated]

    Thread Starter karwan mino

    (@karwan-mino)

    hi there

    dear touchcoding with many thanks .. i tried it but nav complexed

    please tell me how i can make a navigation all as X’s thme ??

    thanks dear for this help

    please try we fix it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘moving sections’ is closed to new replies.