Additional resolution brackets
Hi Brizy Team,
in the builder you are offering 3 resolution presets. "Mobile", "Tablet" and "Desktop", for which the website layout can be edited specifically to make the layout work for the screensize.
I have the problem though that for desktop there are lots of different screensizes too and I am especially struggling in this bracket to make the site work. For example when editing the site for a 15" Laptop screen vs. a 16:09 resolution Screen I am struggling to make the layout work for both.
16:9 Screen:

15" Montior:

My question is are there ways to setup additional screen size categories apart from the 3 originally provided by the brizy builder and change the layout for those respectively?
Best regards,
Max
-
Hi Max,
Unfortunately, we don't have any other ways to set up additional screen sizes, except the 3 originally that we have already. Therefore i will send your request to your dev team.
Best regards, Nelea.
0 -
Hi Nelea,
sorry to ask again but I find it really hard to make a professional looking website that looks good on most work PCs. As you can see a simple Text/Image combination looks really bad on my 15" Laptop when designed for a 21" Screen, like in the screenshots below.
20" Look, how it should look like:

15" how it loes look:

In my last page builder I was able to set custom CSS for certain elements and defining the resolution brackets myself like in the examples below.
@media screen and (min-width: 1300px ) and (max-width: 1399px) {
#mk-main-navigation > ul > li.menu-item > a {
font-size: 13px;
}
.page-section-1 .vc_col-sm-12.wpb_column.column_container {
right: -120px;
}
}
@media screen and (min-width: 1140px ) and (max-width: 1298px) {
#mk-main-navigation > ul > li.menu-item > a {
font-size: 11px;
}
.page-section-1 .vc_col-sm-12.wpb_column.column_container {
right: -120px;
}
}Do you think something similar could work for brizy when introducing custom css to page elements?
Please let me know,
thank you for your support,
best regards,
Max
0 -
Hi Max,
You need to customize this CSS code for Brizy Builder. Sorry, but we can't customize it for you, because our development department is too busy fixing bugs and developing new features.
Best regards, Nelea.
0 -
Hi Nelea,
is there some guideline or tutorials on how to customize for Brizy Builder?
Best regards,
Max
0 -
Hi Max,
If you need to customize the CSS code for Brizy builder you should ask a developer to do it, there is no specific tutorial for such a function because it is much more complicated.
Best regards, Nelea.
0 -
Hi Nelea, ok I understand. So I can get the help of developers, but I would need to know how and where I could introduce CSS for the site to be able to create these additional brackets.
Where can CSS be placed to affect a single brizy page entirely or to affect the whole brizy-website entirely?
As far as I understand this CSS would need to be adapted to work with Brizy and this cannot be done by a regular developer right?
Best regards,
Max
0 -
Hello Max,
1. ,,In my last page builder I was able to set custom CSS for certain elements and defining the resolution brackets myself like in the examples below. ,, - you can do this exactly in Brizy - write custom css for each element - text - image- column - etc.
2. For the entire sie - use the Customize option https://jmp.sh/Gr9PRW8
Best regards, Nelea.
0
Please sign in to leave a comment.
Comments
7 comments