View Single Post
  #76  
Old 06-26-2015, 01:25 AM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: NEW xMenus - The Ultimate Menu Manager for X-Cart

Hi Josie
Not sure if this is the right way but I did get it to work by enclosing the xpos in a div and giving it an id then adding this css to the theme css file

<div id="ptpromo">{$xmr_pos_2}</div>

then in skin/common_files/modules/TXS_XMenus_R/Menu theme/themeVariant.css

#ptpromo ul{
width:100%;
margin:0 auto;
text-align:center;
}
#ptpromo ul li a span{
color:#014d90;
}

However in the latest version of the site it's not working.

here it is working (The white menu with the same day dispatch etc)
http://www.poshtights.com/PTnew/home.php?shopkey=singap


Hope that's some help
Sue
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote