Centralizing the menu in Artisteer 2.0...


Author Message
Dave

Posted: 3/11/2009
Quote message 

Just downloaded Artisteer 2.0, and am absolutely loving the changes!

However, I'm guessing it's still not possible to centralize the menu in the program, and I can't find where I'd need to do this in the Stylesheet, so...

Any suggestions?
 
Caroline

Posted: 3/12/2009
Quote message 

Hello Dave,

It's not possible to center menu in Artisteer but you can center it later, after the export.
For example, try the solution provided in the following post:
http://www.artisteer.com/?post_id=99455&p=forum_post&forum_id=17

Caroline.
 
Ellin

Posted: 3/12/2009
Quote message 

Dave,
in the Artisteer 2 this option is still not available.
But you can modify the header.php file (I provide WP workaround) and add custom inline CSS style directly to <ul> tag that outputs menu:

<ul class="artmenu" style="...">
<?php art_menu_items(); ?>
</ul>

Or edit the "artmenu" class in style.css
 
Dave

Posted: 3/12/2009
Quote message 

Ellin - I tried your suggestion in the header.php file, but was unable to get the menu to centralize... Would you paste the exact code I'd need to use, so that I can check if I got it right or not?
 
Dave

Posted: 3/20/2009
Quote message 

Anyone? :-)
 
Marc Smith

Posted: 3/20/2009
Quote message 

http://www.artisteer.com/?post_id=99455&p=forum_post&forum_id=17