when i fullscreen site sides are empty how can i solve that
flarum Sides are empty
i tried zoom:125%; but it didnt work
- Edited
@media (min-width: 767.98px){
.container {
width: 97% !important;
}
}
.Search-input input {
float: left;
width: 100px;
padding-left: 32px;
padding-right: 32px;
transition: var(--transition), width .4s;
box-sizing: inherit !important;
}
Maybe that would be useful for you
- Edited
codeX Thanks, it works but i need to zoom the site because everything is so small for that when i enter the site i make browser zoom 125%
normal
125%
@media (min-width: 767.98px){
.container {
width: 90% !important;
}
}
Type whatever width you want.
.DiscussionListItem-content:hover {
transition: All 0.2s ease-in-out;
transform: scale(1.05);
}
- Edited
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Change the initial-scale value.
- Edited
codeX how can i change this ?
i cant change html
codeX i found page and i changed scale but it didnt change
codeX i waited and it worked thanks !
codeX but i have one guestion it works like butter in linux but windows os are oto 125% and i want to make for linux 1.25 for windows 1
Anonymous41 Go to Admin > Appearance > Custom Styles > Edit Custom CSS check css codes here may be code containing 125%
codeX it didnt worked but i found a solve views app blade and entered my js code and done thanks for help :