Shape 5

Joomla Templates => Hexa Corp - Club => : jambo90210 April 25, 2018, 06:50:08 AM



: Replacing Logo with a Module, works fine but not on Mobile Vertical
: jambo90210 April 25, 2018, 06:50:08 AM
I have loaded the Hex template into a temp area so I can play and see how it looks, will need to sort out the images for more appropriate ones..

When checking on a mobile I noticed the logo gets "cut off", you can see the issue there in the hidden site I am playing with

http://www.jafs.com.au/3/

I have tried placing the graphics in a table and a few other things, but it seems to keep cutting the logo off as it's placed too low in the module area.

Thanks

Jamie


: Re: Replacing Logo with a Module, works fine but not on Mobile Vertical
: mikek April 25, 2018, 08:25:39 AM
Hello,

That is because your logo is too wide. There is only so much space for the logo to show and your logo is wider than that. I would recommend having all that content in your logo area or you will have issues like this. If the "Recognized Expertise" area has to be there, I would at least recommend hiding it on mobile with the follow code in custom.css:

@media screen and (max-width: 600px){
#s5_logo_text_wrap .pull-right {
display:none !important;
}
}