-
AuthorPosts
-
January 5, 2014 at 2:45 pm #205555
I mean that when the space of browser is smaller, the Image of the Entries is much bigger than when the browser is in full Screen.
All the rest of images be it from “Fullwidth Easy Slider” or “Portfolio Grid” or “Gallery” works great when I resize the browser, but with “Post Slider” no. Please check out. You can see it in the home page of http://www.rvarq.com- This topic was modified 10 years, 10 months ago by nicolasweh.
January 5, 2014 at 2:57 pm #205558And the same occurs with the Logo and List Item Icons. You can see it in: http://rvarq.com/services/
- This reply was modified 10 years, 10 months ago by nicolasweh.
January 6, 2014 at 12:07 pm #205788Hi!
1) You can set a logo height for smaller screens with a media query – i.e. insert following code into the quick css field
@media only screen and (max-width: 767px){ .responsive .mobile_slide_out .logo img { max-height: 80px !important; } }
2) The list item icons size won’t change – regardless of the screen resolution. The main reason is that the user wouldn’t be able to see the icon with a reduced font size.
3) The post slider image size changes because Kriesi turns a 4 column grid into a 2 column grid if the user views the website with a low resolution. The main reason is that a 4 column grid would make the content unreadable in certain cases. If you want to keep the 4 column structure insert following code into the quick css field
@media only screen and (max-width: 767px){ .responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even { margin-left: 4%; clear: none; } .responsive #top .slide-entry { width: 20%; margin-left: 4%; } }
Regards,
PeterJanuary 6, 2014 at 3:11 pm #205831Ok, I’ll try, thanks.
January 7, 2014 at 1:45 am #206055Hey!
Let us know if you have any other issues and if anything doesn’t have the intended result please keep the css in place so we can see its effect live.
Regards,
DevinJanuary 7, 2014 at 10:51 am #206235Excellent! Dude you’ve nailed, both the Logo and the Post Slider. Thank you very much :)
By other hand, I must say that about “The List Icons Size”, I think you see it different than me, because the size is the same as full screen.
You can see what I mean here: http://www.responsinator.com/?url=http://www.rvarq.com- This reply was modified 10 years, 10 months ago by nicolasweh.
-
AuthorPosts
- The topic ‘Post Slider Entries don't resize correctly when I resize the browser’ is closed to new replies.