Problem resizing simple boot cover template
P粉872182023
P粉872182023 2024-01-29 14:33:34
0
1
417

I can't find a way to slightly increase the width of the bootstrap cover template. Increasing the size in css to @media doesn't change anything.

I guess this is simple but I don't know how to do it. Sorry for my incompetence!

P粉872182023
P粉872182023

reply all(1)
P粉865900994

In this templatehttps://getbootstrap.com/docs/4.0/examples/cover/, in the cover.css file, you will find the limit of the container width The factor is this CSS rule: (I got this by inspecting the DOM in dev tools).

.cover-container {
    max-width: 42em;
}

So change it to a larger max-width

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!