Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

CSS issue

Joined
Jan 11, 2007
Posts
5,065
Reaction score
106
I am helping a family member with their new website and having an issue with the following:

www. chestnutcaterers .co.uk/new/business-lunches/

If the item description is over two lines then the dashed line appears under the price not running up to it.

Any ideas how to fix this?
 
Could put max-width to 100% in the following so that the line follows the end of the block like its suppose to using the pseudo element :

.gk-menu-container dd small {
max-width: 100%;
}

The only trouble with that is it then looks like its an underline on things like the Savoury Croissant description......but imo that looks better than what you currently have.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
      Helmuts @ HelmutsHelmuts is verified member.: Good morning all
      Top Bottom