Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1496228

    I’ve added forms to these two pages:
    links below:
    When I open the dropdown column, it’s too long vertically.
    Is there a way to fix this using z-index?

    Thanks for the info.
    Best regards, Franz

    #1496229

    Image

    #1496233

    Hi,
    Try this css:

    #top.page-id-19041 #main > .avia-section,
    #top.page-id-19042 #main > .avia-section {
    	z-index: 2;
      position: relative;
    }
    .html_entry_id_19041,
    .html_entry_id_19042 {
    	z-index: -1;
      position: relative;
    } 

    Then clear your cache.

    Best regards,
    Mike

    #1496236

    Hi Mike, thank you so much.
    It works great.

    I have another page
    links below:

    It’s not working properly for me there, even though I’m entering the correct pages.

    What could be causing this?

    Best regards,
    Franz

    #1496238

    Hi,
    These two pages have different IDs, so use this css for all four pages:

    #top.page-id-19041 #main > .avia-section,
    #top.page-id-19042 #main > .avia-section,
    #top.page-id-3288 #main > .avia-section,
    #top.page-id-10730 #main > .avia-section {
    	z-index: 2;
      position: relative;
    }
    .html_entry_id_19041,
    .html_entry_id_19042,
    .html_entry_id_3288,
    .html_entry_id_10730 {
    	z-index: -1;
      position: relative;
    } 

    Best regards,
    Mike

    #1496241

    Hi Mike,
    Everything is working perfectly now.
    You can close this ticket.
    Best regards,
    Franz

    #1496242

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘using z-index?’ is closed to new replies.