KRM Posted January 7 Posted January 7 Hello! I am trying to increase the sizing of my embedded video so it's larger and centre aligned rather than shoved over to the left of the page. I can't seem to be able to do this easily and presume I'll need some custom CSS to make this happen but cannot seem to be able to figure it out. Any help would be greatly appreciated!
KRM Posted January 7 Author Posted January 7 3 hours ago, yubrajs said: Please provide url. https://korireaymackey.com/
Solution yubrajs Posted January 7 Solution Posted January 7 You have to unset the max-width value. Add this code in custom css #collection-61a89b896988bc2696ca8e25 #page { max-width: unset !important; width: 100%; position: relative; margin: 20px 0 0; } Adding above code will make home like the screen-shot attached. LouLouHarvey and tuanphan 2
KRM Posted January 7 Author Posted January 7 4 minutes ago, yubrajs said: You have to unset the max-width value. Add this code in custom css #collection-61a89b896988bc2696ca8e25 #page { max-width: unset !important; width: 100%; position: relative; margin: 20px 0 0; } Adding above code will make home like the screen-shot attached. Perfect! Thank you very much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment