Viewing 4 reply threads
You must be logged in to reply to this topic.
Dear Mihaila,
I have a problem with my own website.
It’s about the padding of a columne. The full screen is displayed correctly. In responsive mode it’s gone.
It would be nice if you give me a hint. Please check the screenshot.
I have created a wordpress account for you.
Let me know if this is helpful for you.
I hope you enjoy your weekend
Hello,
Thank you, i had a good weekend. Hope you did as well :).
Some custom css is needed in order to correct the padding in mobile. I can do it for you if you send me the credentials created for me. In your profile data the information is missing.
Please check it. Let us know.
Best regards!
Hello,
I added this code into your custoom css box:
@media (max-width: 480px){
.pageCONTENT { padding: 20px 0px 35px 0px;}
h1 { margin-left: 25px;}
p { margin-left: 30px;}
p img {
margin-left: -28.5px !important;
max-width: 111% !important;
}
h3 { margin-left: 30px;}
}
@media (min-width: 667px) and (max-width: 979px){
p img { max-width: 118%;}
}
The custom css class “pageCONTENT” you had added, was not adapted for mobile. This fixed it. Please check your site (screenshot).
Best regards!
You must be logged in to reply to this topic.