Commit 7cc1481
Fix hero slider: break out to full viewport width
The Swiper slider was constrained inside Bootstrap's .container div.
Added CSS to break out to full 100vw:
width: 100vw; position: relative; left: 50%; transform: translateX(-50%)
This restores the original full-bleed hero appearance and makes the
transparent logo visible against the dark slider background.
Also suppressed the legacy .rs-p-wp-fix <p> tag and zero-ed the
wpb_content_element margin-bottom for the slider wrapper.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 742bc41 commit 7cc1481
1 file changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
260 | 277 | | |
261 | 278 | | |
262 | 279 | | |
| |||
0 commit comments