Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894150

    Hi! It’s possible to change the default notebook grid size from 1024px to 1366px becausa i have layers to show from 1920px to 1366 and others only from 1366 to 480px (mobile size)

    Thanks for all!

    #894966
    Paul R
    Moderator

    Hi,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #894997

    Yes¡ Sorry

    This is the link:

    http://www.emibin.com/nuevaemibin/

    As you can see on the jpg attached i have 2 buttons on the star. One of the buttons must see only fron 1367px width to max width (1920px or more) and the second one must see only from 1000px width for example to 1366px width.

    I know how to make the second button with “Hide element under width” but i don’t know how to make the first button appear only from 1000px width to 1366px width.

    I think maybe if i can change the default notebook grid size i can make this posible.

    Thanks

    #895001

    This problem comes because buttons on revolution slider are not responsive and when you make a zoom in buttons don’t make smaller and looks bad

    #896071
    Rue Nel
    Moderator

    Hello There,

    Thanks for the clarifications! To know better how you can create a fully responsive slider, please check out this video tutorial:

    To make sure that your buttons are responsive, you can apply an ID to each of your buttons so that you can use it with css.

    #button-a {
      display: none;
    }
    
    @media(min-width: 1000px){
      #button-a {
        display: block;
      }
    }

    https://www.themepunch.com/revslider-doc/buttons/

    Hope this helps.

    #901129

    Thanks for your answer, it works!

    #901997
    Thai
    Moderator

    Glad it worked.

    If you need nything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-894150 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>