Responsive images too small

edited June 2017 in Theme support
Hello, my problem is that all the images like the "Trap" image is too small and looks not like the desktop version, means it is not in center. 

www.fremdesi.net/instrumentals 

Is it possible to write somerhing in custom css that fix this? :) 

and if i turn my phone the logo is there. how i can delete this?

i have written this in my custom css 

@media only screen and (min-width: 480px) {
.second-logo { display: none; }}
@media only screen and (max-width: 480px) { 
.logo { display: none; }}

Everything pls only on mobile version!

 Thanks so much!

Comments

Sign In or Register to comment.