CQURE Posted May 10, 2021 Posted May 10, 2021 Site URL: https://www.biling1.com/ I want to use the MEDIA COVERAGE on my website Make a tag like the following on the page, can it be realized? my website is :https://www.biling1.com/ @tuanphan @paul2009 mu
tuanphan Posted May 12, 2021 Posted May 12, 2021 Hi. Did you solve? 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!)
CQURE Posted May 27, 2021 Author Posted May 27, 2021 On 5/12/2021 at 9:56 PM, tuanphan said: Hi. Did you solve? yes , It has been resolved! Thank you @tuanphan
CQURE Posted May 27, 2021 Author Posted May 27, 2021 On 5/12/2021 at 9:56 PM, tuanphan said: Hi. Did you solve? but i have onther questions! 1. (Mobile-Homepage) Reduce white spacing under slide? 2. (Mobile-Footer) Make info – support in 2 columns? 3. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar? 4. (Mobile-Products) Show breadcrumb on top of products?
tuanphan Posted May 28, 2021 Posted May 28, 2021 On 5/27/2021 at 11:15 AM, CQURE said: but i have onther questions! 1. (Mobile-Homepage) Reduce white spacing under slide? 2. (Mobile-Footer) Make info – support in 2 columns? 3. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar? 4. (Mobile-Products) Show breadcrumb on top of products? 1. It looks fine here? 2. 3. 4. Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* footer links 2 columns */ div#page-section-601d157400355836d0c594a4>.row>.span-4:nth-child(-n+2) { width: 50% !important; float: left !important; } div#page-section-601d157400355836d0c594a4>.row>.span-4:nth-child(-n+2) .html-block { padding-left: 0 !important; padding-right: 0 !important; } /* Shop nav */ ul.nested-category-children { flex-wrap: wrap !important; padding-left: 5px !important; padding-right: 5px !important; } /* products breadcrumb */ .ProductItem-nav-breadcrumb { display: block !important; } } 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
Archived
This topic is now archived and is closed to further replies.