• I seem to have messed up my additional CSS for mobile. I have an iPhone 14, and now when I go onto my website the formatting is looking really off for anything that has multiple columns. I remember editing this portion, but I don’t remember what the original min and max width settings were. Any help/advice is appreciated!!!!

    @media (min-width:360px){
    .postid-2015 div#sidebar {
    margin-top: 167px;
    }
    }
    @media only screen and (max-width: 1200px) {
    .shop-home-title {
    font-size:22px;
    padding-top:20px;

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • lisa

    (@contentiskey)

    if you think you need to make alot of corrections, it might be simpler to restore a backup copy of your site from a time prior to the accidental change to CSS.

    note: i will assume that you missed copy/pasting the closing brackets in this CSS code:

    @media only screen and (max-width: 1200px) {
    .shop-home-title {
    font-size:22px;
    padding-top:20px;
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘Messed up Additional CSS for iPhone users’ is closed to new replies.