Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #22926
    Martin
    Participant

    hey there

    I read in this forum, how to turn respopnsivness here:
    http://theme.co/x/member/forums/topic/turn-off-responsiveness/

    you say: you’ll need to delete media queries in the CSS.

    I use integrity dark theme.
    So deleting media queries means, I must delete everything in the css file that starts with @media and below all classes, is that correct?
    So is it for example

    @media (max-width: 480px) {
        .rev_slider_wrapper .x-btn {
          font-size: 8px !important;
          font-size: 0.8rem !important; } }

    or even more ( I dont know if the .x-slider-scroll-bottom {
    position: absolute;) and the rest below, belongs to media query too?

    @media (max-width: 480px) {
        .rev_slider_wrapper .x-btn {
          font-size: 8px !important;
          font-size: 0.8rem !important; } }
    
    .x-slider-scroll-bottom {
      position: absolute;
      display: block;
      border: 3px solid white;
      width: 60px;
      height: 60px;
      font-size: 41px;
      line-height: 53px;
      text-align: center;
      color: white;
      border-radius: 100em;
      z-index: 1020;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .x-slider-scroll-bottom.top {
        top: 20px; }
      .x-slider-scroll-bottom.left {
        left: 20px; }
      .x-slider-scroll-bottom.right {
        right: 20px; }
      .x-slider-scroll-bottom.bottom {
        bottom: 20px; }
      .x-slider-scroll-bottom.center {
        left: 50%;
        margin-left: -30px; }
      .x-slider-scroll-bottom:hover {
        color: #ff2a13;
        border-color: #ff2a13; }

    Thanks a lot

    #23125
    Rubin
    Keymaster

    Hi There,

    currently we are not providing an option to deactivate responsiveness and any tweaking you do is something where we can’t help you since we do not recommend deactivating it. There are many components that are dependent on responsiveness.

    #26337
    Martin
    Participant
    This reply has been marked as private.
    #26711
    Kory
    Keymaster

    Hey Martin,

    Thanks for writing in! You can use the Mobile Visibility options on your Edit Slider page to hide your slider on mobile if you’re not happy with how it is appearing.

    Thanks!

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