bybilgili Posted April 8, 2016 Share Posted April 8, 2016 merhaba arkadaşlar; ürün detay resimlerini yan yana açığa çıkarma nasıl yapılır , okla değilde mesala 3 resim gözüküyor 5 ,6 resim gösterme. teşekkürler Link to comment Share on other sites More sharing options...
MEG Venture Posted April 8, 2016 Share Posted April 8, 2016 themes/default-bootstrap/css/product.css dosyasında #thumbs_list etiketini bulun. Altında yer alan width değerini artırın. Link to comment Share on other sites More sharing options...
bybilgili Posted April 9, 2016 Author Share Posted April 9, 2016 themes/default-bootstrap/css/product.css dosyasında #thumbs_list etiketini bulun. Altında yer alan width değerini artırın. #thumbs_list eklentisi bir sürü var themes/default-bootstrap/css/product.css dosyasında , kaçıncı satırdaki hocam teşekkürler Link to comment Share on other sites More sharing options...
MEG Venture Posted April 10, 2016 Share Posted April 10, 2016 #thumbs_list eklentisi bir sürü var themes/default-bootstrap/css/product.css dosyasında , kaçıncı satırdaki hocam teşekkürler #thumbs_list { overflow: hidden; float: left; width: 392px; } @media (min-width: 992px) and (max-width: 1199px) { #thumbs_list { width: 294px; } } @media (min-width: 768px) and (max-width: 991px) { #thumbs_list { width: 164px; } } @media (max-width: 767px) { #thumbs_list { width: 196px; } } Yukarıdaki kod satırını bulmalısınız. Buradaki her bir genişlik farklı ekran genişlikleri içindir. Her birinde ayrı değişiklik yapmalısınız. İlk sıradaki, aşağıdaki şartları taşımayan tüm durumlarda genel geçer olan genişliktir. Kolay gelsin. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now