problem with a lot of ingredients

Well-designed restaurant Joomla template with parallax effect.
GK User
Fri Oct 21, 2016 9:01 am
Hi!
I have a little problem with pizza with a lot of ingredients. If you see http://pizzasanfrancisco.it/index.php/pizze, on the right, you may see a strange effect about the row... I'd want the row with the second line (on the right to "arrotolata" and the price on the right of the second line.
I try to explain.. instead of..

SFIZIOSA
mozzarella, funghi di bosco, salamino piccante, pancetta € 7,50
arrotolata -------------------------

i'd want

SFIZIOSA
mozzarella, funghi di bosco, salamino piccante, pancetta
arrotolata -------------------------------------------------------------------------- € 7,50

Someone could help me?
Thanks
User avatar
Fresh Boarder

teitbite
Mon Oct 24, 2016 12:33 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gk-menu-container dd::before {
    border-bottom: 1px dashed #999;
    clear: both;
    content: "";
    display: block;
    position: relative;
    top: 15px;
    width: 100%;
    z-index: 0;
}

.gk-menu-container dd::after {
    display: none;
}
User avatar
Moderator

GK User
Mon Oct 24, 2016 6:15 pm
very well!
thank you so much!
Mirko
User avatar
Fresh Boarder

teitbite
Thu Oct 27, 2016 1:44 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.