JAtz Posted January 6, 2017 Share Posted January 6, 2017 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! Quote Link to comment https://forums.phpfreaks.com/topic/302884-generate-two-buttons-div/ Share on other sites More sharing options...
JAtz Posted March 7, 2017 Author Share Posted March 7, 2017 bump? Anyone? Quote Link to comment https://forums.phpfreaks.com/topic/302884-generate-two-buttons-div/#findComment-1543856 Share on other sites More sharing options...
ginerjm Posted March 7, 2017 Share Posted March 7, 2017 How is this a PHP question? Quote Link to comment https://forums.phpfreaks.com/topic/302884-generate-two-buttons-div/#findComment-1543859 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.