Skip to main content

Additional resolution brackets

Comments

7 comments

  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    Hi Nelea,

    is there some guideline or tutorials on how to customize for Brizy Builder?

    Best regards,

    Max

    0
  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    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.