jeffbnz Posted February 10, 2020 Share Posted February 10, 2020 Site URL: http://thinknz.nz Hi all, I'm currently working on our new website, in the Wexley template, and am trying to get the gallery close button (x) at the bottom of the page - ideally I'd like it just to the right of the prev/next navigation. I have code that allows me to move the "x", and that's fine, but I can't get it to be relative to the bottom of the page. Any suggestions? the code I'm using is #backToThumbs:after { content: "x"; color: #000; } .collection-type-gallery.full-view #backToThumbs { font-size: 3.0em; top: 100px; right: 145px; color: rgba(0,0,0,0); } thanks in advance Link to comment
tuanphan Posted February 11, 2020 Share Posted February 11, 2020 .collection-type-gallery.full-view #backToThumbs { bottom: 0 !important; top: unset !important; } .site-alignment-center #header { position: static; } div#headerWrapper { position: static; } div#canvas { position: relative; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
jeffbnz Posted February 13, 2020 Author Share Posted February 13, 2020 wow, thank you tuanphan. That gave me the perfect direction - a little tweak and its all good. Plus, I learnt a couple of things so its been able to help me sort another challenge. again, thanks, very much appreciated. cheers Jeff Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.