Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #619824

    I have added a custum id to have in some color sections more margin, but on mobiles doesnñt workd the colums are overwritten.
    What can I add on quick css ?

    Thanks

    #619855

    Hi endanight!

    You need to use media queries, for the mobile areas:

    Please do let us know if that is clear for you

    Cheers!
    Basilis

    #619880

    Thanks Basils,
    I don´t have time now to check everything do you know the quick css for the problem above, I have increased the margin in some color sections using custum id and quick css, but on mobiles is just 1 colum instead of 5.

    Thanks

    #619884

    And I have written another post but anyone has answered:.
    My fonts size, colour styling has changed this morning andI hadn´t changed anything and I can´t edit the home page.
    Someone here asked me 2 days ago for my ftp credentials and I added them, but my post after that hasn´t received any answer and the problem continues.
    I have followed all of the recommendations here about update wordpress and theme problems.
    CAn you do something about thar.

    Thanks

    #620436

    Hi,

    The media query for mobiles would be this:

    @media only screen and (max-width: 767px) {
    your CSS goes here for screens below 767 pixels
    }

    Thanks,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.