in your small logo add this class "hidden-mobile logo-img-sm"
in you HTML i can see this code :
<img class="logo-img-sm" src="/images/logo.png" alt="Anime Fandom">
<img class="hidden-mobile logo-img-sm" src="/images/logo.png" alt="Anime Fandom">
Can't seem to find it :(
PS: I gave you access to my ftp account, if you know where to change it. If it's easier for you to tell me rather than doing it please tell me where can I find the html file of the homepage. It's supposed to be index.html I think, but no that's not it.
Hi Islam,
You can find it from this file templates/socialize/tpls/blocks/header-jb.php
thank you
I changed, in the file you told me about:
<img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
<img class="hidden-mobile logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
Hi,
1. I see, inside this file templates/socialize/tpls/blocks/header-jb.php please you change this code :
hidden-mobile logo-img-sm
visible-phone logo-img-sm
logo-img
visible-desktop visible-tablet logo-img
width: auto \9;
height: auto;
width: auto \9;
height: 100%;
.logo-image a {
background-repeat: no-repeat;
width: 500px;
height: 90px;
}
.logo-image a {
background-repeat: no-repeat;
height: 90px;
}
I followed the steps exactly as you said, all it did was mess up the logo imagine on my desktop site and nothing happened on mobile/tablet... I gave you FTP access in Misc Information, please look into it :)
Hi Islam,
ehm, please you revert back your code, I am not sure you edit the right code or not.. please let me know when you done with the revert things, I will change it by myself via cPanel.
thank you!