I've been attempting to modify these design elements.
You can see the issue on this page:
http://69.195.124.215/~vtiffcom/about-vtiff/
.
There is a container for my logo and another one for the subhead. The logo acts as the icon, while the subhead contains the text "Vermont International Film Festival".
Currently, when the browser window size is adjusted, the subhead moves below the logo and then begins resizing according to the width of the browser. I would like it to resize first before moving below the logo.
I understand that the next step involves applying styles in a media query, but how can I make it resize prior to reaching the point where the media query applies?
I have tried various combinations of width, max-width, and height properties, but so far I haven't been able to achieve the desired effect of having the subhead resize before dropping below the logo.
Appreciate any help you can provide!