Chrislizardc
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
Having CSS Issue where putting margin in inner divs moves my whole component
Thanks dude , yeah you have a point padding works like a charm
4 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
Having CSS Issue where putting margin in inner divs moves my whole component
Right now if i put a margin top for example in div class content it basically moves my whole component. i want to keep my background color where it is and just move the content within, but...
4 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
Will post a real issue now in front-end channel cause im gonna go crazy soon 😄 😄
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
and i was like "wtf is going on here "
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
Cause i just finished Kevin's course in Scrimba back then
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
I was very confused when i started working with SASS , SCSS and all that stuff
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
I use SASS so i could say it was helpful. One of My own websites im developing is on : https://github.com/FlyntWP/flynt?tab=readme-ov-file so it does use SCSS it was weird etc.. as a whole i am kind of new to programming so im not sure didnt CSS on its own develop enough to not use SASS anymore etc..
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
BeyondCSS is nice, as a whole Kevin is pretty good at explaining stuff
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
like Shopify Twig
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
Isnt it just Twig ?
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
and then WP as only Limbo 😄
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
I come from an SEO background , so I would classify Shopify as hell 😄
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
Yeah, was thinking of putting it in os and tools but wasnt sure, fair point
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
Thanks!
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 12/12/2024 in #front-end
When using Astro have you tried any CMS alongside with it ?
Yeah i mostly wanna use it for clients . I like building Astro its easy to optimize, but clients need to be able to edit some stuff and at the end of the day they just want WP 😄
42 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 10/11/2024 in #front-end
CH vs PX for container queries
Pixel change it is then (at least for a carousel of products )
Thank you all. Sidenote : There is nothing I hate more than making a product carousel in Vanilla Javascript
18 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 10/1/2024 in #front-end
Dealing with pseudo elements and background color
Block image is a flynt componenet itself but i can put an :after in the block-image and make it work yes you have a pretty good point. Thanks!
3 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 9/19/2024 in #front-end
How to Make a Responsive and Reusable Flexbox Component for Different Number of Boxes?
I went with this , i somehow made it work clicking around , still gotta figure it out how cause its a bit messy :
https://codepen.io/Christian-Stoyanov/pen/OJeKaQR
Only reason im not sharing html is because i use twig (html + php + syntactic sugar in a way)
7 replies
KPCKevin Powell - Community
•Created by Chrislizardc on 9/19/2024 in #front-end
How to Make a Responsive and Reusable Flexbox Component for Different Number of Boxes?
Yeah you have a point. My qeustion is kinda dumb. So yeah i can add boxes or remove boxes and thats fine desktop wise. But what if i want depending on the number of boxes to either have a 2x2 layout on mobile (if its 4 boxes) or just 1 box per line( if its 3 boxes). it's impossible right ?
7 replies
KPCKevin Powell - Community
•Created by snxxwyy on 9/14/2024 in #front-end
horizontal scrollbar disappears when an element is a container and you zoom
I added overflow: auto;
to the .card and horizontal scrolling worked fine for me but maybe im missing something in your question
7 replies