Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1377340
    chriscarr1951
    Participant

    Hi, I have adjusted the position and the size of the direction arrows so they are correct for Extra Large screen, but when I look at on the smaller screens the arrows move away from the edge and don’t reduce in size. I am sure there will be a setting but I can’t find it can you help? This on the slider Landscape.
    Many thanks,

    Chris

    http://fionacampbelldesign.co.uk/wp/aw/

    #1377341
    chriscarr1951
    Participant
    This reply has been marked as private.
    #1377689
    Rupok
    Member

    Hey Chris,

    You can use your CSS within media query to apply for large screens only :

    @media only screen and (min-width: 768px) {
    
    #rev_slider_1_2 .uranus.tparrows.tp-leftarrow {
    	left: 0;
    	top: 50%;
    }
    #rev_slider_1_2 .uranus.tparrows.tp-rightarrow {
    	top: 50%;
    	left: 100%;
    }
    }

    Hope this helps.

    #1379093
    chriscarr1951
    Participant

    Hi Rupok,

    Can you have another look it doesn’t seemed to have worked. I entered the code into Custom / Edit CSS Code – I want sure if there was somewhere else for ‘media query ‘

    Can you help?

    Thanks

    Chris

    #1379358
    Christopher
    Moderator

    Hi there,

    Please remove extra curly bracket from following block of code:

    .x-accordion-heading .x-accordion-toggle, .x-accordion-body .x-accordion-inner{
      font-family: "Open Sans",serif;
    }
    }

    Remove 1 from customizer/custom CSS :

    1
    .x-navbar {
        background-color: #F2F2F2;
    }

    Please do not forget to clear cache.

    Hope it helps.

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