View Single Post
  #337  
Old 06-28-2021, 11:39 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

@sinobest, edit /skin/reboot/css/x-menu.css to enlarge the menu item widths...
Code:
nav.xmenu ul ul li { width: 200px; float: none; display: list-item; position: relative; } nav.xmenu ul ul ul li { position: relative; top: -60px; left: 200px; }
@nauticalstyle, you can include that widget anywhere with the following Smarty code...
Code:
{include file="custom/widgets/widget_category_grid.tpl" title=$lng.lbl_categories align="center"}
Or, explain in a bit more detail what you want to achieve...
__________________
xcartmods.co.uk
Reply With Quote