Forum Replies Created
-
in reply to: How to reduce size of search bar in tower theme
Thanks for your Reply . Following code solve the problem.
Add custom css in
.search_bar{
height:50px !important;
}.open_search .viewport {
transform: translate3d(0, 50px, 0) !important;
}in reply to: How to reduce size of search bar in tower themeHi Mihaila ,
i want to change height of div not width .(Reduce search bar height)
in reply to: Change Pagination on client logo section@media (max-width: 676px){
.clients_el:hover .pagination a.prev { opacity: 0;}
.clients_el:hover .pagination a.next { opacity: 0;}
.clients .item {
width: 232px !important;
margin-top: 8px !important;
padding: 0px 160px !important;
}In above media query , i don’t want hide pagination icon .Pls provide another solution .
can u give reason why pagination not working .in reply to: Change Pagination on client logo sectionThis reply has been marked as private.in reply to: Change Pagination on client logo sectionHi Mihaila
Previously i change in client logo pagination . but there is problem in responsive resolutions.
Like it show :
Tab : show 3 logos on single row and i click on next icons ,pagination scroll 5 logos .
Mobile View : show 1 logos on single row and i click on next icons ,pagination scroll 5 logo .
what to do now . please help me .in reply to: Change Pagination on client logo sectionThanks @Mihalia ,
I solve the problem . write Above function in visual composer editor Using “raw js” option on page .
in reply to: Portfolio section not responsive@media (max-width: 480px){
.four-cols .portfolio-item.basic { width: 100% !important;}
}This css not working in tower theme . please provide other solutions .
in reply to: Change Pagination on client logo sectionwhere we can write above function in child theme . i write function in custom js in tower => general option but not working .
in reply to: Change Pagination on client logo sectionHi Mihaila ,
Can we rewrite above function in child theme .I don’t want to change in parent theme .
in reply to: Client Logos not displaying correctlycan we change pagination in clients logos . i want display five logos at one time . when click on next icon display next five icons.