Hi,
in our test site we have a visualization/responsive problem when we use the creative header (always open) and a vertical bigger logo than the normal size.
Here there is my custom CSS:
---------------------------------------------------------------
@media only screen and (min-width: 400px) { #Top_bar #logo { height : 491px !important;}
}
---------------------------------------------------------------
I see the responsive problem around the iPad size of the screen (1024x768 and 768x1024) and near the 480x640 size. I think is an error because i can't find the correct rules in my custom CSS. My idea is to have "the left column" menù with the bigger logo when the device is bigger, and when is small i want the normal responsive meù. Is it possible? Are there another best solution?
Thanks a lot...
Comments
the only solution we have is to increase value for min-width in above css. This is the only solution we got in this case.