Viewing 3 posts - 1 through 3 (of 3 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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.