andreallevin Posted March 24, 2023 Share Posted March 24, 2023 (edited) This seems like it would be so simple-- I just want to move the controls from the far left to the far right. I've tried to find the container that will let me do this and I cannot figure it out. I've worked on it for 2 days. Can anyone figure this out? Thank you so much to anyone who even considers helping me. This is the code: .sqs-gallery-controls { background-color: white; padding-top: 25px } .sqs-gallery-controls .previous, .sqs-gallery-controls .next { background-color: #aef4fe; margin-top: 0; padding: 0 !important; line-height: inherit; position: static; } .sqs-gallery-controls .previous:hover, .sqs-gallery-controls .next:hover { background-color: transparent; } .sqs-gallery-controls .previous::before, .sqs-gallery-controls .next::before { color: #2E2E2E !important; width: 200px; border-style: solid; font-size: 25px; font-family: zero; font-weight: bold; } .sqs-gallery-controls .previous::before { content: "BACK ONE "; } .sqs-gallery-controls .next::before { content: "BACK TO ONE"; } /*end of gallery*/ I'd just like it to look like this: Edited March 24, 2023 by andreallevin Link to comment
tuanphan Posted March 29, 2023 Share Posted March 29, 2023 Can you share link to page where you have problem? We can help easier 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
andreallevin Posted April 8, 2023 Author Share Posted April 8, 2023 whoops sorry! It is this: https://www.zeroonecomix.com/ Link to comment
Solution tuanphan Posted April 12, 2023 Solution Share Posted April 12, 2023 On 4/8/2023 at 9:54 AM, andreallevin said: whoops sorry! It is this: https://www.zeroonecomix.com/ Add to Design > Custom CSS /* Align left to right */ .sqs-gallery-controls.show-hover-effect { text-align: right; } 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
andreallevin Posted April 12, 2023 Author Share Posted April 12, 2023 tuanphan I don't know who you are but I love you. THANK YOU!!!!!! 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