Hello, I was wondering if it’s possible to move the header text up only on mobile? Pic Below
Website: www.ecogarby.com
Password: ttt
A user needed to adjust header text positioning specifically for mobile devices, as shown in an attached screenshot.
Solution Provided:
styles.css filetop property (set to 38%) for the mobile overlay text captionStatus: Resolved for the original poster, who confirmed the solution worked.
Follow-up Question:
Another user without a styles.css file asked where else this code could be placed, but this remains unanswered.
Hello, I was wondering if it’s possible to move the header text up only on mobile? Pic Below
Website: www.ecogarby.com
Password: ttt
@Acid2Rain - please add this css to the very end of styles.css file and check, adjust number as per need
@media only screen and (max-width: 480px){
.image-with-text-overlay .mobile-text--over-media .caption {top: 38%;}
}
@suyash1 You’re awesome!! Thank you so much!
Hi, I ran into the same issues. I don’t have a styles.css file. Can I put this code elsewhere? Thank you!!!