Jump to content

Generate two buttons div


JAtz

Recommended Posts

Hello, 

First post, very not expert.

 

I have this page I'm editing (from a wordpress theme called "lay theme"): http://mtthsstffn.altervista.org/tagnacht/

 

In this carousel that scrolls images, I need to move the "next" "prev" clickable area slightly outside the images. I think I want to make two invisible divs, left and right, that overlay the image and occupy the center-to-left and center-to-right area of the carousel, with a variable length I can define.

 

A friend suggested to add this 

<div id="nav-left" style="
    height: 800px;
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    ;
    pointer-events: left;
    cursor: move;
"></div>

inside <div class="lay-carousel-wrap immediate">

 

I think it can be right, but where can I find the files I need to do it? 

I looked around the whole website and couldn't find the HTML with this element, hence I think it's automatically generated with PHP, but I have no idea where to start for this.
Thanks for any help!

 

Link to comment
Share on other sites

  • 2 months later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.