Forum replies created

    In reply to Logo Menu
    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 7:14 pm #9340

    it’s private….please can you paste on other server?

    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 7:13 pm #9339

    you must insert whole code as it is, not only your ID, it means whole javascript

    In reply to Center Nav Menu
    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 7:11 pm #9338

    use this rule:

    Code:
    .link-effect a:hover span, .link-effect a:focus span {transform:none;}
    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 10:29 am #9331

    there is an unnecessary code in the menu

    Code:

    possible you pasted there the code, or enabled a plugin?

    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 8:49 am #9330

    isn’t it a bug of the browser? sorry I have no chance to test it on IE10

    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 8:13 am #9329

    @Artyom please contact me here http://theme4press.com/contact/ with the login credentials

    In reply to Logo Menu
    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 8:00 am #9328

    I need to see the code…from a screenshot cannot find the bug

    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 7:59 am #9327

    it looks you added a custom css rule to the options for .header, the correct rule should be:

    Code:
    .header { padding: 30px 0; }
    In reply to Center Nav Menu
    Roman
    Spectator
    Posts: 3147
    March 28, 2014 at 7:54 am #9326

    the correct code should be:

    Code:
    ul.nav-menu {
    display: block;
    margin: 0 auto;
    text-align: center;
    width:960px;
    }
    ul.nav-menu li {
    display: inline-block;
    float:none;
    border-right:0;
    }

    I recommend to disable the rollover effect in this case because it will mess the menu

    Roman
    Spectator
    Posts: 3147
    March 27, 2014 at 5:20 pm #9323

    the code you provided works for me