paulikissa45 Posted May 6, 2022 Share Posted May 6, 2022 Site URL: https://salmon-prism-9ga5.squarespace.com/ Hi, I have a problem with my website project. I have 4 floating textblocks and i would like to adjust them in CSS, but I dont know how. I have tried google this, but I have not found a solution. In mobile view, the blocks are stuck together and I would like to have space between them. Secound question: Is it possible increase visibility when hover? Now there is command that reduce opacity in logos in CSS. Is there some trick that when I move my cursor on logo it's transparency reduce ?https://salmon-prism-9ga5.squarespace.com/ Password to website: woerks123 Link to comment
tuanphan Posted May 8, 2022 Share Posted May 8, 2022 #1. Add to Design > Custom CSS /* 4 boxes space on mobile */ @media screen and (max-width:767px) { div#page-section-6255b74bc18dab1b063bba70 .html-block { margin-bottom: 50px; }} #2. Use this CSS figure.gallery-reel-item:hover img { opacity: 1; } 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
paulikissa45 Posted May 9, 2022 Author Share Posted May 9, 2022 Thanks so much Tuanphan! You are my hero! 🔥 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment