-
-
Hi there,
The header on my “About” page disappeared after I made a text edit in the text editor of the page in WordPress (so not using the Codeless builder). The header only disappears in the desktop version of my site. I have tried everything within my knowledge, however, I have not figured out how to fix this issue. The “Projects” page is how the header looked before.
I assume it has to do with the added “padding-top: 45px” which I noticed in the html code for the header on the “About” page. Therefore I assume the header is pushed up to the point it isn’t visible anymore. Could you please help me?
Thanks in advance!
Best,
Ivy
-
-
Hello,
Please go to Page Options (from Customize Page & Options) > Header Over Content (Transparent), set it to ‘No transparent’. See screenshot: https://postimg.cc/image/jvh8eudyf/
Let me know.
Best regards! -
-
-
-
-
Hello,
I think now it is ok. Please check the about page, i’ve also removed the custom code.
Let me know.
Regards!
-
-
Hello,
The title now is in the center. We recommend you to use custom font option to place the title in the center of the page header.
I think there is no issue. The theme change the layout in relation with the display width.
Please check it again. Because i have checked it now on my macbook and seems ok.
Regards!
-
-
Hello,
I have fixed the issue by replace the function below into includes/codeless_html_attrs.php file:
function codeless_extra_classes_inner_content( $classes ) { if( codeless_get_meta( 'page_fullwidth_content', 'off', get_the_ID() ) === 'on' ) $classes[] = 'container-fluid'; else $classes[] = 'container'; return $classes; }
Now it is everything ok.
Regards!
-
-
You must be logged in to reply to this topic.