New Landing How can we help? Cardinal Left margin on iPad size screen

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #175011
    ergonomi
    Member
    Post count: 32

    Hi,
    I have an issue with the left hand margin, initially it was with smaller screens, I looked on the forum and added this code to the custom css which solved the issue for small screens…

    @media only screen and (max-width: 479px) {
    .page-content{
    padding-left:15px !important;
    padding-right:15px !important;
    }
    }

    However on iPad sized screen portrait i think? i still loose the left hand margin and text… please provide the css to fix the issue….

    Thanks in advance.

    Roland

    #175150
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code:-

    @media only screen and (max-width: 479px) {
    
    Change with:-
    @media only screen and (max-width: 991px) {

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register