How to enlarge logo without affecting Mobile version? - Joomla! Forum - community, help and support
hi
i have template responsive, when upload new logo that's bigger. (the standard 1 small) gets cut off on mobile version, , 1 has start scrolling sideways... how , fix this.
please view site here: http://www.ibholalethu.co.za/
thanks!
i have template responsive, when upload new logo that's bigger. (the standard 1 small) gets cut off on mobile version, , 1 has start scrolling sideways... how , fix this.
please view site here: http://www.ibholalethu.co.za/
thanks!
you need have proper responsive styling image.
in index.php (probably) change in line styling:
in templates/theme1047/css/responsive.css change line 106
make backups...
in index.php (probably) change in line styling:
code: select all
body #rt-logo {
height: 60px;
width: 100%;
}in templates/theme1047/css/responsive.css change line 106
code: select all
#rt-logo {
background-position: 50% top;
background-size: 100% auto;
margin: 20px 0;
padding: 0;
}make backups...
Comments
Post a Comment