Author Topic: Drop down menu tabs not showing correct text format  (Read 5006 times)

Offline amkel100

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Drop down menu tabs not showing correct text format
« on: July 10, 2014, 07:48:41 AM »
I have attached a picture of my problem.

When I click on the header then the sub headers are not showing correctly.

Need help how to change this.

Thanks




Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Drop down menu tabs not showing correct text format
« Reply #1 on: July 10, 2014, 08:50:34 AM »
Hello.

Please post your site Url. You can try to inspect element with Firebug to see what css rules need to be changed

Offline amkel100

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Drop down menu tabs not showing correct text format
« Reply #2 on: July 10, 2014, 03:06:09 PM »
Here is the URL. Its on the Human Resources tab.


Offline amkel100

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Drop down menu tabs not showing correct text format
« Reply #3 on: July 10, 2014, 03:06:59 PM »
amkel.eu/AbanteCart/

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Drop down menu tabs not showing correct text format
« Reply #4 on: July 10, 2014, 08:45:06 PM »
Actually that is the way all of mine look when there is more than ONE line of text on a sub-category.  I think it is a design flaw or design elemtne -  rather than a bug.



Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Drop down menu tabs not showing correct text format
« Reply #5 on: July 11, 2014, 01:37:29 AM »
When I click on the header then the sub headers are not showing correctly.

Hello.
Your need to remove   in the file
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/blocks/category_top.tpl

in line 32

Offline amkel100

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Drop down menu tabs not showing correct text format
« Reply #6 on: July 11, 2014, 05:05:05 AM »
Thanks for the reply.

Did that but I still get the problem. Might it be that my text description is quite long.

I changed the code in Line 32 to : <li><a href="<?php echo $scat['href']; ?>"><?php echo $scat['name']; ?></a>

If you go to this dropdown then this is how I want it to show: marketplace.abantecart.com/utilities

 

Powered by SMFPacks Social Login Mod