• Resolved lordtone

    (@lordtone)


    Hi, I want to move the top menu some pixels to the right (maybe 50pxls), how can I do it?
    This is my site http://www.lordtone.cl under construction…

    And how can I change the font and colour for those menus? included the side bar.

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author nobita

    (@nobita)

    Hi lordtone

    Please try below style rules

    Add to style.css last line.

    #access .menu-header .menu{
    	margin-left:50px;
    }

    Thank you.

    Thread Starter lordtone

    (@lordtone)

    Thanks nobita, your answer works perffect!

    And is possible to change the font, colour or size for top menus? included the side bar?

    Theme Author nobita

    (@nobita)

    for example

    Add to style.css first line.

    @import url("http://fonts.googleapis.com/css?family=Tangerine") all;

    Add to style.css last line.

    .rsidebar h2,
    .lsidebar h2,
    .widgettitle,
    #site-title a span,
    #access a{
    	font-family: 'Tangerine', serif!important;
    }

    Thank you

    Thread Starter lordtone

    (@lordtone)

    Thanks nobia, I could change the font but I have another problem…. With do that, the top menu height was incremented, and the side bar title was tiny. What code can edit to mod this? ( http://wwww.lordtone.cl )

    Sorry for the lot of questions… And thanks in advance.

    Theme Author nobita

    (@nobita)

    I can not acces your WEB Site.

    Thank you.

    Thread Starter lordtone

    (@lordtone)

    Theme Author nobita

    (@nobita)

    Hi

    I am sorry to be late.

    for example

    Please change the font size.

    Add to style.css last line below rules

    /* nav menu */
    #access a{
    	font-size:12px;
    }
    /* sidebar headding */
    .footer-widget h2,
    .rsidebar h2,
    .lsidebar h2{
    	font-size: 12px!important;
    }

    thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Move top menu to the right’ is closed to new replies.