add image in header

Support desk for Multipurpose Quark Theme
GK User
Wed Nov 04, 2015 6:20 pm
1) I added an submarine image on header, in desktop see it ok, but in tablet & mobile not see.
Which lacks to be seen?

2) A code for movement the submarine from right to left (from: - to:) set it to override or toggle same.
¿With animation'll have the same problem for display devices?

Thank you for your help

http://www.graphictime.com.co
User avatar
Expert Boarder

teitbite
Mon Nov 09, 2015 11:46 am
Hi

1. Position of this submarine image is hardcoded:

Code: Select all
<div style="position:absolute; left:400px; top:425px; width:161px; height:161px ">
<img src="/images/demo/submarinito-01.png">
</div>


I'm afraid I do not know what do You want me to do with it if it's attached like that.

2. I do not understand. Can You try explain a little better ?
User avatar
Moderator

GK User
Thu Nov 12, 2015 11:01 pm
Submarine it looks perfect in desktop.
but NOT visible in tablet and phone.
see you please :silly:

http://www.graphictime.com.co

2) Submarine enter by the left and stopped where it is now, by animation css., by animation css.
¿where I put the code?
User avatar
Expert Boarder

teitbite
Sun Nov 15, 2015 10:33 am
Hi

I understand now, but I'm afraid there is not much I can do since it's set in-style. Please send me an access to joomla panel. I need to make some changes before I would be able to develop a code to reposition it.
User avatar
Moderator

GK User
Tue Nov 17, 2015 8:17 pm
send access PM
User avatar
Expert Boarder

teitbite
Thu Nov 19, 2015 2:40 pm
Hi

I removed the in-style from module and added this css to override.css

Code: Select all
.submarine {
    height: 161px;
    left: 20%;
    position: absolute;
    top: 40%;
    width: 161px;
}

@media only screen and (max-width:980px) {
.submarine {
    left: 13%;
    top: 13%;
}
}

@media only screen and (max-width:800px) {
.submarine {
    height: 100px;
    left: 10%;
    position: absolute;
    top: 22%;
    width: 100px;
}
}
User avatar
Moderator

GK User
Thu Nov 19, 2015 7:44 pm
thanks teitbite.
User avatar
Expert Boarder


cron