I had the same problem. I found this code in theme-functions.php
"$args['menu_cols'] = ( $location == 'menu' ? 3 : 2 );"
changed it to
"$args['menu_cols'] = ( $location == 'menu' ? 4 : 2 );"
...
I had the same problem. I found this code in theme-functions.php
"$args['menu_cols'] = ( $location == 'menu' ? 3 : 2 );"
changed it to
"$args['menu_cols'] = ( $location == 'menu' ? 4 : 2 );"
...
Try to change the following part in the css code
look for this:
z-index:999;
change to:
z-index:990;
Goal of this tutorial is to show a ribbon on the featured ads listings. Tested on Classipress Version 3.1.8 Something like this in the screenshot:
2385
Please backup the following files...