@media targeting table

Hei,

i have a problem with my @media querry targeting the font-size og the table for a mobil version.
this is the code i use:

@media only screen and (max-device-width: 480px) {
table {
font-size: 10px;
}
}

and it does not work.

the website is http://hammerfestdagan.no/

and my other problem is regarding updating x theme

why can i not update? i updated the original site and there things went south with the display of the menus, colors, etc. So i set up a staging environment to test what update did the mess, ut now the last update is xtheme and that wont update. i validated the license for the staging environment as well.

appreciate your help,
kind regards,
katharina

Hello,

Thank you for writing in!

About your table title, try this custom CSS code:

@media only screen and (max-width: 480px) {
  table {
   font-size: 10px !important;
  }
}

And to check the update problem, could you provide to us some login information in a secure note?

hi, thanx for your replay.

i send the login.

and unfortunately tour code you kindly provided me with, dosen’t work either.
website: hammerfestdagan.no

Hi There,

Please find this CSS:

h5{
  line-height: 1.5em; !important!
}
p 

@media only screen and (max-width: 480px) {
  table {
   font-size: 10px !important;
  }
}

And change to this:

h5{
  line-height: 1.5em !important;
}

@media only screen and (max-width: 480px) {
  table {
   font-size: 10px !important;
  }
}

Still waiting for a reply regarding the update.
login information provided in the previous message.

and thanx, removing the lonely “p” of cause did the trick! thank you.

Hi There,

Please revoke your license and re-assign it on your Themeco Licenses Page and on your X Theme.

And try to update.

Let us know how it goes

Thank you

It doenst work. I revoked the license, i reassigned it (several times). but i can not update.

deleted everything, reinstalled everything, problem solved

Glad to hear it’s sorted.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.