Guest User

Untitled

a guest
Feb 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ### Para customizar o Carrosel e deixar o width proporcional a página, por favor, siga o seguinte passo:
  2.  
  3. #### Inserir antes do fechamento da tag HEAD o seguinte STYLE
  4.  
  5. ```html
  6. <style>
  7. @media only screen and (min-width: 1100px) {
  8. #_trustvox_colt .ts-slider {max-width: 1280px !important;}
  9. #_trustvox_colt .ts-frame {width: 1208px !important;}
  10. #_trustvox_colt .ts-prev-slide {left: -1% !important;}
  11. #_trustvox_colt .ts-next-slide {right: -1% !important;}
  12. #_trustvox_colt .ts-audited {width: 1210px !important;}
  13. }
  14. </style>
  15. ```
Add Comment
Please, Sign In to add comment