Header on mobil

Support desk for Multipurpose Quark Theme
GK User
Tue Oct 27, 2015 9:31 pm
View header on mobile.
Black frame, and how I can avoid that image fills your space?
Thanks
User avatar
Expert Boarder

GK User
Tue Oct 27, 2015 9:32 pm
User avatar
Expert Boarder

teitbite
Thu Oct 29, 2015 9:23 pm
Hi

When I try Your url I got "ERROR 403 - FORBIDDEN" can You please instruct me how can I get an access to it to check the code ?
User avatar
Moderator

GK User
Fri Oct 30, 2015 2:16 am
Sorry today actívate the site
http://www.graphictime.com.co
Thanks
User avatar
Expert Boarder

teitbite
Wed Nov 04, 2015 11:03 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:860px) {
#gkHeaderMod img {
    width: 105%;
}
}

@media only screen and (max-width:840px) {
#gkHeaderMod img.parallax-img {
    height: auto !important;
    max-width: none !important;
    width: 130% !important;
}
}
User avatar
Moderator

GK User
Wed Nov 04, 2015 6:29 pm
Even seeing themselves black bars.

Thanks
User avatar
Expert Boarder

teitbite
Fri Nov 06, 2015 7:29 pm
Hi

I'm sorry, but I do not understand. Do You mean it didn't work ? What is wrong exactly ?
User avatar
Moderator

GK User
Fri Nov 13, 2015 4:10 pm
I put the code to override sent me but does not eliminate the black bars on phone.
Thanks

see image
User avatar
Expert Boarder

teitbite
Sun Nov 15, 2015 11:06 am
Hi

Simply my code is not used by Your site since You have an error in a class before it:

Code: Select all
/*submarino*/
.submarino{
  animation: movimiento 50s
    @keyframes movimiento{
      from { margin-right: 50%;
        top { marign-raight: -30%;
        }
       
        /*espacios negros en cel*/
@media only screen and (max-width:860px) {
#gkHeaderMod img {
    width: 105%;
}
}

@media only screen and (max-width:840px) {
#gkHeaderMod img.parallax-img {
    height: auto !important;
    max-width: none !important;
    width: 130% !important;
}
}


look at this part:

Code: Select all
/*submarino*/
.submarino{
  animation: movimiento 50s
    @keyframes movimiento{
      from { margin-right: 50%;
        top { marign-raight: -30%;
        }


I would advice to simply remove it since it's not working too.
User avatar
Moderator


cron