• Resolved ansheff

    (@ansheff)


    Hi, I hope you can help me. I bought the Theme Professional Plus for my website: Anna Golz Fotodesign
    and just try to design it.

    The quetion is: how can I put the main menu to the center? Now it is left. I tried to find this line on style.css file and changed:

    .main-navigation {
    	clear: both;
    	display: block;
    	float: left;
    	width: 100%;
    }

    to

    .main-navigation {
    	clear: both;
    	display: block;
    	float: none;
    	width: 100%;
    }

    but it changes nothing.

    The same is with the footer text.

    Thanks for you help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Professional Plus for my website:

    Have you asked the developers of the theme for help with this? That would be the best place for support – as commercial themes aren’t supported on these forums.

    Thread Starter ansheff

    (@ansheff)

    I wrote the devolopers, but yet no answer

    Thread Starter ansheff

    (@ansheff)

    Ok, I resolved it with the code in custom css:

    #top-nav #site-navigation ul {
     display: table;
     margin: 0 auto;
    }

    Thread Starter ansheff

    (@ansheff)

    Does anybody know the css code for custom css to make the site-description font lighter?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Theme Professional Plus’ is closed to new replies.