thefakedaniel Posted April 6, 2022 Share Posted April 6, 2022 Site URL: https://bonjrmusic.com/ Hi, I have a page with alternating video section styles. They alternate almost randomly so I can't target every 2n+1 or something like that. How can I target only sections that have the video on the left side? Basically I will be adding sections as time goes on, and to correctly display everything on mobile I need to use the following code: /* Home Page Order Fix */ #collection-5ff20abda6a0ae63d611180e #page .page-section:nth-last-of-type(9), section:nth-last-of-type(5), section:last-of-type { .row { display: flex; flex-direction: column-reverse; } } However, I could avoid having to always add a new section to this code if I could target left side video sections only. Appreciate any help I can get! Thanks, Daniel Link to comment
Solution tuanphan Posted April 10, 2022 Solution Share Posted April 10, 2022 You can setup section width to 98%, then use this code to target these sections [data-current-styles*="98"] .row { display: flex; align-items: center; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
thefakedaniel Posted April 10, 2022 Author Share Posted April 10, 2022 (edited) 10 hours ago, tuanphan said: You can setup section width to 98%, then use this code to target these sections [data-current-styles*="98"] .row { display: flex; align-items: center; } This is awesome, thank you! I have another active post if you'd like to try help me out with that as well: Edited April 10, 2022 by thefakedaniel Link to comment
tuanphan Posted April 11, 2022 Share Posted April 11, 2022 6 hours ago, thefakedaniel said: This is awesome, thank you! I have another active post if you'd like to try help me out with that as well: Just answered Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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