Menu width and "previous/next" buttons

GK User
Tue Feb 21, 2012 10:01 pm
Hi all,

On my page http://margit.jakobseen.dk/ I would like to make the submenu wider specially in the "Undervisningsmateriale", where two of the childmenus are too long to fit - where to change the width?

Furtheremore I would like to remove the previous/next (english) forrige/næste (danish) buttons on the frontpage and several other pages - how to disable or remove them?

Thank you very much in advance, would love to have this changed soon.

All the best,
Danni
User avatar
Fresh Boarder

GK User
Wed Feb 22, 2012 12:13 am
Hi

Please try adding this lines on override.css file located on css template directory:

Code: Select all
#gkMainMenu > div > ul div.childcontent-inner-wrap {width: 300px!important }
#gkMainMenu > div > ul div.childcontent-inner {width: 300px!important}
#gkMainMenu > div > ul div.childcontent li {width: 270px}


About the pagination, it can be disabled on joomla! article layout parameters

Cheers
User avatar
Platinum Boarder

GK User
Tue Feb 28, 2012 9:40 pm
Worked well, thank you so much for your help! :-)
User avatar
Fresh Boarder


cron