Ribbon Card

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
mixextra
 
 
Posts: 99
Joined: Sat Mar 21, 2020 11:45 pm

Ribbon Card

Post by mixextra »

Hi,
ribbon from the template overlaps the image in default and hover mode.

http://mixextra.sk/AukcionarTest2/index.html

The overlay is caused by the animation set on the image in the card:
Image - Transitions / transform / scale

How do I make the ribbon visible at all times in default and hover mode?

The file WBS:
http://mixextra.sk/AukcionarTest2/ribbon_card.wbs

Thank you for every idea.
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Ribbon Card

Post by Pablo »

You can try to add a z-index to the ribbon

Code: Select all

.ribbon 
{
  z-index: 9999;
}
mixextra
 
 
Posts: 99
Joined: Sat Mar 21, 2020 11:45 pm

Re: Ribbon Card

Post by mixextra »

As always great help. It works! :idea:
Post Reply