Tagged: x
-
AuthorPosts
-
June 8, 2016 at 3:46 pm #1032652
tamararobbParticipantIs there a way to scale the logo based on the browser size? Right now the menu breaks when the browser window is resized.
June 8, 2016 at 10:24 pm #1033274
LelyModeratorHi There,
Thanks for posting in. We can do that using CSS. Please add the following on Appearance > Customize > Custom > Edit Global CSS:
@media (min-width: 980px) and (max-width: 1000px){ .x-brand img { width: 350px; } }Hope this helps.
June 9, 2016 at 8:35 am #1033974
tamararobbParticipantThis does not fix the issue. It is more of a band aid fix. See the screenshot below.
June 9, 2016 at 11:10 am #1034249
JoaoModeratorHi There,
Your screenshot did not upload.
I would not call the solution given by lely a band-aid solution all the responsive websites are built on base of media queries.
Your elements will react depending on the size of your screen.
Please upload your image again and provide us more details about the issue you are facing.
More information about media query can be found here:
http://www.w3schools.com/css/css_rwd_mediaqueries.asp
Let us know more details,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1032652 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
