jhousni Posted April 15 Posted April 15 How can I left align the text on the right side of the page and have the images on the right side of the page, instead of having it in the centre and overlapping.
tuanphan Posted April 18 Posted April 18 Hi, If you share link to page where you want to achieve this, we can check 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!)
tuanphan Posted Tuesday at 01:56 PM Posted Tuesday at 01:56 PM You can use this to Custom CSS @media screen and (min-width:768px) { /* Image */ .portfolio-hover-base { left: 50%; width: 50%; } /* text */ .portfolio-hover-items { width: 50% !important; margin-left: 0; } .portfolio-hover-items-list { align-items: flex-start !important; } span.portfolio-hover-item-content { text-align: left !important; display: block !important; } } or follow this 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment