I was wondering if anyone knew where or how I can add this attribute to the site logo? I need it to be responsive and right now it is not. It breaks off the template on a mobile device.
style="max-width: 100%;
I know already in /templates/mytemplate/_sub_header.html contains the following code:
<div class="sys_main_logo" style="min-width:__main_div_width__;">
<div class="sys_ml" style="width:__main_div_width__;">
<div class="sys_ml_wrapper bx-def-padding-sec">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>
</div>
The logo is injected there but I can not or do not know how to add the attribute to an injection. The attribute is typically in an < img ="http://someURL" style="max-width: 100%;
> type of implementation. Any help? Thanks a ton.