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
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
-
- 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.
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;
}
-
- Moderator
- GK User
- Mon Oct 24, 2016 6:15 pm
very well!
thank you so much!
Mirko
thank you so much!
Mirko
-
- 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
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
-
- Moderator
4 posts
• Page 1 of 1