Home › Forums › Gravida Support › Page name issue
- This topic has 7 replies, 2 voices, and was last updated 2 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
October 4, 2023 at 11:09 pm #207802
Hi,
On all pages the page name suddenly appears against the header. See example
https://www.mlbeauty.nl/new-home/services/.See screenshot
https://ibb.co/3dJhKGN
Regards,
Kor
October 5, 2023 at 4:45 pm #207820Hi,
Kindly use this CSS to resolve the issue.
.right #searchform input[type="text"] { width:auto !important;} #searchsubmit { padding:9px 12px;} #searchform, .right h2 { float:left;}
Regards,
ChrisOctober 5, 2023 at 8:28 pm #207836Hi,
I have adjusted the Custom CSS. See screen shot
https://ibb.co/vPCnDBC
On mobile he does not take the change see screen shot:
https://ibb.co/5jJ3JBr
The page name suddenly appears against the header on all pages. There is no longer any space in between as before.
This also happens when I create a new page, see example.https://ibb.co/vxzvN2P
Regards,
Kor
October 6, 2023 at 12:22 pm #207863Hi,
Kindly use this CSS to resolve mobile issue.
@media screen and (max-width:479px) { .right #searchform input[type="text"] { width: 70% !important;} .head-info-area .center { padding-bottom:10px;} .head-info-area .left { padding:0;} }
Regards,
ChrisOctober 6, 2023 at 1:33 pm #207869Hi,
I have again adjusted the CSS, unfortunately again without result. It makes me a little despondent.
https://ibb.co/yBCpFFg (CSS)
https://ibb.co/Lr2JB4h (result)
https://ibb.co/ZSsJJQj (example from the theme)Because so far all adjustments have not worked, and you are the specialist, I hereby request that you log in to the admin and solve it for me.
Kind regards
Kor
October 6, 2023 at 2:09 pm #207873Hi,
Kindly use this CSS.
.skt-page-title { top:75% !important;}
Regards,
ChrisOctober 6, 2023 at 2:59 pm #207881Hi,
It’s now resolved
Regards,
Kor
October 6, 2023 at 4:57 pm #207885👍
-
AuthorPosts
- You must be logged in to reply to this topic.