🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:responsive.css
/* =================================== VELORA - Responsive Styles =================================== */ /* Large Desktop */ @media (min-width: 1400px) { .container { max-width: 1320px; } } /* Tablet Landscape */ @media (max-width: 1199px) { .categories-dropdown { min-width: 220px; } .main-menu > li > a { padding: 18px 12px; font-size: 0.9rem; } .hero-title { font-size: 2.8rem; } .product-grid { grid-template-columns: repeat(3, 1fr); } } /* Tablet Portrait */ @media (max-width: 991px) { .top-bar { font-size: 0.75rem; } .top-bar a { margin-left: 10px; } .logo-text { font-size: 1.8rem; } .main-header { padding: 15px 0; } .header-actions { gap: 15px; } .header-action span { display: none !important; } .categories-dropdown { display: none; } .main-menu { display: none; } .nav-wrapper { justify-content: center; } .hero-slide { min-height: 400px; padding: 40px 30px; } .hero-title { font-size: 2.2rem; } .hero-description { font-size: 0.95rem; } .section-heading { font-size: 1.8rem; } .product-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .feature-item { flex-direction: column; text-align: center; } .instagram-grid { grid-template-columns: repeat(4, 1fr); } .newsletter-wrapper { padding: 40px 25px; } .newsletter-title { font-size: 1.5rem; } .newsletter-text { font-size: 0.9rem; } .footer-widget { text-align: center; } .widget-title::after { left: 50%; transform: translateX(-50%); } .footer-menu li a { justify-content: center; } .contact-info li { justify-content: center; } .footer-social { justify-content: center; } .payment-icons { justify-content: center; } } /* Mobile */ @media (max-width: 767px) { body { font-size: 14px; } .top-bar { display: none; } .main-header { padding: 10px 0; } .logo-text { font-size: 1.5rem; letter-spacing: 2px; } .logo-tagline { font-size: 0.6rem; } .header-actions { gap: 12px; } .header-action i { font-size: 1.2rem; } .badge-count { width: 18px; height: 18px; font-size: 0.65rem; } .hero-section { padding: 15px 0; } .hero-slide { min-height: 350px; padding: 30px 20px; } .hero-subtitle { font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 15px; } .hero-title { font-size: 1.7rem; } .hero-description { font-size: 0.85rem; margin-bottom: 25px; } .hero-buttons { flex-direction: column; } .btn-luxury, .btn-outline-luxury { width: 100%; justify-content: center; } .section-title { margin-bottom: 30px; } .section-heading { font-size: 1.4rem; } .section-subtitle { font-size: 0.7rem; letter-spacing: 2px; } .features-bar { padding: 25px 0; } .feature-item { flex-direction: row; text-align: left; padding: 15px; } .feature-icon { width: 50px; height: 50px; font-size: 1.2rem; } .feature-content h5 { font-size: 0.9rem; } .feature-content p { font-size: 0.75rem; } .categories-section, .product-section, .testimonials-section, .instagram-section, .newsletter-section, .brands-section { padding: 50px 0; } .category-card { height: 200px; } .category-card-content { padding: 20px; } .category-name { font-size: 1.1rem; } .product-info { padding: 15px; } .product-name { font-size: 0.9rem; min-height: 2.5em; } .product-price .regular { font-size: 0.95rem; } .product-actions { opacity: 1; transform: translateX(0); } .instagram-grid { grid-template-columns: repeat(3, 1fr); gap: 5px; } .newsletter-wrapper { padding: 30px 20px; border-radius: 16px; } .newsletter-title { font-size: 1.3rem; } .newsletter-form .form-control { padding: 12px 18px; font-size: 0.85rem; } .btn-subscribe { padding: 12px 20px; font-size: 0.75rem; } .main-footer { padding-top: 50px; } .footer-bottom { text-align: center; } .footer-bottom-menu { justify-content: center; gap: 12px; margin-top: 10px; } .footer-bottom-menu li a { font-size: 0.75rem; } .whatsapp-float { width: 50px; height: 50px; font-size: 1.5rem; bottom: 20px; right: 20px; } .btn-back-to-top { width: 45px; height: 45px; bottom: 20px; left: 20px; } .testimonial-card { padding: 25px 20px; } .brand-card { padding: 20px; } } /* Very Small Mobile */ @media (max-width: 480px) { .container { padding: 0 15px; } .hero-title { font-size: 1.4rem; } .product-grid { gap: 10px; } .header-actions { gap: 10px; } .search-input { font-size: 0.85rem; padding: 12px 50px 12px 18px; } .search-btn { width: 50px; } } /* Print Styles */ @media print { .top-bar, .main-nav, .whatsapp-float, .btn-back-to-top, #preloader, .newsletter-section { display: none !important; } body { background: white; } }
Save Changes
Cancel
Create New File
Create New Folder