T-Mobile MVNOs Table [CSS]

.tmo_mvno_pricing-container { max-width: 1200px; margin: auto; padding: 20px; } .tmo_mvno_pricing-container h1 { text-align: center; margin-bottom: 20px; } /* Table Responsive Wrapper */ .tmo_mvno_pricing-responsive { width: 100%; overflow-x: auto; margin-bottom: 20px; background: #fff; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0,…Continue reading

[AT&T] Network Metrics Card CSS

/* Row Styling for ATT and Darkstar */ .att-darkstar-metrics-row { display: flex; justify-content: space-around; /* Evenly distribute cards */ align-items: stretch; /* Ensure all cards have equal height */ gap: 12px; /* Reduced space between cards */ margin: 20px 0;…Continue reading

Stacked Prcing Table [CSS]

/* Prevents scroll bar on desktop */ .mobile-comparison-table-container { width: 100%; max-width: 900px; /* Ensures table fits nicely */ margin: 0 auto; } /* Default table styles */ .mobile-comparison-table { width: 100%; border-collapse: collapse; background: #fff; } /* Header styles…Continue reading

MVNO Table Verizon[CSS]

/* General Table Styling */ .verizon-mvno-table { border-collapse: separate; border-spacing: 0; width: 100%; margin: 20px auto; font-family: Arial, sans-serif; } .verizon-mvno-comparison-table { width: 100%; border: none; /* Make table lines invisible */ } .verizon-mvno-table-header-row { background-color: #f5f7f9; color: #333; font-weight:…Continue reading

Nearby Stores Maps [CSS]

/* Nearby Stores Card */ .nearby-stores-card { position: relative; width: 100%; height: 500px; /* Increased height for prominence */ margin: 20px auto; border-radius: 16px; /* Smooth corners */ overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 0…Continue reading

MVNO Comparison Table CSS

.tmobile_mvno_comparison_table_button { background-color: #0070ba; /* Adjust color as needed */ color: #fff; border: none; border-radius: 4px; /* Slightly rounded corners */ padding: 10px 16px; font-size: 14px; text-align: center; cursor: pointer; text-decoration: none; /* Remove underline */ display: inline-block; /* So…Continue reading

CSS for Coverage Cards

/* Wrapper class specific to the shortcode */ .zip-coverage-cards { font-family: ‘Montserrat’, sans-serif; color: #fff; /* Ensure all text is white */ padding: 20px 0px; /* Standard padding for the section */ background: transparent; /* Transparent background */ } .zip-coverage-cards…Continue reading

Carousel CSS

/*resCarousel Css*/ .outt { display: none; } .leftRs { position: absolute; margin: auto; top: 0; bottom: 0; z-index: 100; left: 0; width: 50px; height: 50px; box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); border-radius: 999px; } .rightRs { position:…Continue reading