Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    position of thumbnails titles on mouseover

    General Discussion
    2
    3
    27
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      and last edited by and

      Hello,
      I've just finished designing a new website and there is one last aspect I need to solve.

      I would like the thumbnails titles to appear on mouseover always in the same position (in the bottom right corner of the page).

      As you can see, I managed to place the element in the desired position. However, the titles are often hidden under the thumbnails. Would you know how to make it appear on top of them instead?

      Here is the website and here is the custom CSS:

      .title {
      position: fixed;
      bottom: 10px;
      right: 5%;
      z-index: 10;
      }

      Thank you very much!
      Andrea

      1 Reply Last reply Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by

        hi!

        you have to read this: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context

        and then go through all of the parent containers of your image. and overwrite the css that produces a stacking context, with css that does not produce a stacking context. (by creating custom css in lay options → custom css)

        so i think its like

        row is pos relative:

        .row{
        position: relative;
        }

        and it needs to be

        .row{
        position: static;
        }

        and so on

        make sure to really read the article and understand it

        A 1 Reply Last reply Reply Quote 0
        • A
          and @arminunruh last edited by

          Hi @arminunruh and thank you so much for pointing me in the right direction! I adjusted all the parent elements and it works now.

          Thanks again!
          Andrea

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Post a link to where the problem is if possible, please <3
          I don't answer or check forum DMs, please just post on the forum.
          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com

          Before you post:

          Use the Search Feature. Maybe there is already a solution to your issue.

          1. Update Lay Theme and all Lay Theme Addons
          2. Disable all Plugins
          3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
          4. When using a WordPress Cache plugin, disable it or clear your cache. Now see if your problem solved itself.
          Go here, see if your problem is listed here:
          Troubleshooting

          When you post:
          1. Post a link to where the problem is
          2. If the problem is difficult to explain, post screenshots / link to a video to explain it

          Thanks!

          Online Users

          H

          Recent Topics

          • FILTER Categories showing all projects

          • H

            Vimeo embed with autoplay and loop is really slow...help!

          • A

            website not loading on iphone safari

          • Gridder hides content / thumbnail grid

          laytheme.com