Move also background menu in wordpress Virtue theme

Hi Guys,

I'm looking for help because i haven't found any in web. I am total beginner at forum and in worpress but i create my own wordpress site:

wordpress site

Problem is with align menus to the center. In virtue theme there is not an option to do that. I did changes in code:

 .sf-menu a {
    color: #444;
    text-align: right;
    font-weight: 400;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 20px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    margin-left: 300px;
}

#nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a {
    width: auto;
    display: block;
    padding: 10px;
    color: #555;
    text-align: left;
    font-size: 12px;
    margin: 00px;
}

And this is working for menus "Kontakt z nami" and "O blogu". "sf-menu a" you can see here:

menu element

Problem is that i have interactive backgrounds of these menus and i don't know how to move it together with menus. So menus went to the right but their backgrounds didn't:

Background of menu

How I can do it ? With these backgrounds there are hidden references to my subsites...

Please help, any advises will be welcome, Thank You in Advance Jacek Antek

Hiya Jacek,

I think you have this site confused with the forums for Wordpress. This is a Bootstrap Studio App forum for people using that app to create websites. You might find more useful and quicker help on the Wordpress forums. Good Luck!