OL
@OlamideLanreAll solutions
- Submitted 3 months ago
Testimonials-grid-section
- HTML
- CSS
Well, like I stated the quote image was one of my biggest challenge on this product, especially for bigger screen. But I have fixed it :)
- Submitted 4 months ago
Four card feature section
- HTML
- CSS
Well I left the mobile view for ipad mini and ipad air tablet, I know my responsiveness is not as strong yet, especially for the tablet cause I belive it's meant to take up most of the space of a screen but on the ipad pro it leaves alot of space at the bottom and the contents are just in their positions(you can check this out on the screens provided by your browser and give me feedback pls). Any tips on how to fix this?
- Submitted 4 months ago
Product preview card component
- HTML
- CSS
The cart icon in the add to cart button isn't fixed on tablet to desktop but it is on mobile screen. Here's the CSS for tablet/desktop .cart { position: absolute; right: 44%; margin-top: 30px; } On mobile its in the right position but on tablet/desktop screen size it gives space between the icon and "add to cart" text. How do I fix this issue?