Hello!
Using custom CSS, I defined two link styles and encountered the following problem:
the link with the "off set blue" style is not displayed in Layout Grid 1. Outside of Layout Grid 1, the link works as needed.
At the same time, the link with the "ls_button_blue_white_text" style in LayoutGrid2 and outside LayoutGrid2 the link works as needed.
Please help me with advice on how to make a link with the "off set blue" style work in the Layout Grid. What is the problem?
Link to the project: https://docs.google.com/document/d/1F1V ... ue&sd=true
Sincerely, Victor!
The link is not displayed in LG
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Re: The link is not displayed in LG
I think the problem is related to the z-index. This does not work in floating layout unless you also set a z-index on the link itself.
Re: The link is not displayed in LG
Thanks a lot for the advice, Pablo!
Added to CSS-code of the link style: "z-index: 9999 !important" and everything worked!
Sincerely, Victor!
Added to CSS-code of the link style: "z-index: 9999 !important" and everything worked!

Sincerely, Victor!