km_1991 Posted October 12, 2023 Posted October 12, 2023 Hi there! I have a simple slideshow gallery I am making for a clients portfolio website- she wants the captions to appear below each image, but currently they sit directly over the image (see screenshot attached). I guess I need a custom css to fix this? thank you!!!
Web_Solutions Posted October 12, 2023 Posted October 12, 2023 1 hour ago, km_1991 said: Hi there! I have a simple slideshow gallery I am making for a clients portfolio website- she wants the captions to appear below each image, but currently they sit directly over the image (see screenshot attached). I guess I need a custom css to fix this? thank you!!! Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Solution Web_Solutions Posted October 12, 2023 Solution Posted October 12, 2023 14 minutes ago, km_1991 said: https://saffron-contrabass-44fz.squarespace.com password is "password" and if you click on the first imge (orange) it will bring up the lightbox i made but i want the caption below the image- not overlaying Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .gallery-caption { top: 100% !important; margin-top: 0 !important; } Ainul 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
km_1991 Posted October 12, 2023 Author Posted October 12, 2023 that worked! youre a life saver. One more question- is there any way to get rid of the white box that surrounds it? so nothing is covering the image?
Web_Solutions Posted October 12, 2023 Posted October 12, 2023 12 minutes ago, km_1991 said: that worked! youre a life saver. One more question- is there any way to get rid of the white box that surrounds it? so nothing is covering the image? replace the code with these .gallery-caption { top: 100% !important; margin-top: 0 !important; height: auto !important; background: transparent !important; } km_1991 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
km_1991 Posted October 12, 2023 Author Posted October 12, 2023 AMAZING. You are truly saving my life lol. THANK YOU THANK YOU THANK YOU
km_1991 Posted October 18, 2023 Author Posted October 18, 2023 Hi again! So i am noticing that when i plugged that code in, the caption is GREAT but now the image that you have to click on to get there is effected. I guess what im saying is when i plug in your code that worked for me, the code to get my image descriptions to appear on hover are broken. I need the lightbox captions to be lower. THANKYOU! website: www.selenasanders.squarespace.com password is "password"
km_1991 Posted October 18, 2023 Author Posted October 18, 2023 On 10/12/2023 at 2:20 PM, Web_Solutions said: replace the code with these .gallery-caption { top: 100% !important; margin-top: 0 !important; height: auto !important; background: transparent !important; } Can this code be modified to adjust only mobile?
Web_Solutions Posted October 19, 2023 Posted October 19, 2023 On 10/18/2023 at 6:44 AM, km_1991 said: Hi again! So i am noticing that when i plugged that code in, the caption is GREAT but now the image that you have to click on to get there is effected. I guess what im saying is when i plug in your code that worked for me, the code to get my image descriptions to appear on hover are broken. I need the lightbox captions to be lower. THANKYOU! website: www.selenasanders.squarespace.com password is "password" Is the problem solved? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Web_Solutions Posted October 19, 2023 Posted October 19, 2023 5 hours ago, km_1991 said: Can this code be modified to adjust only mobile? This is for mobile code @media only screen and (max-width: 767px) { .gallery-caption { top: 90% !important; } } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment