Something is not working as it supposed to do. When I look in the builder everything looks ok but when I look at the page “live” its looks like shit. The Css isn’t working and the builders settings doesn’t look as its supose to. And I dont know what is wrong. Pleas help.
the page is: www.componenta.se
Hello Jonathan,
Thanks for writing in! Please do not bump your thread. Self responding will put your thread back in the Queue system which would make the respond time to your thread a little longer.
By the way, the given WP user credentials is not working for us. Please double check it.
You are having this issue because you may have inserted a broken CSS code in your custom header or footer. I am seeing this INVALID custom CSS:
@media (max-width:858px){
.e145-2.x-bar-container{
justify-content:center;
}
.e145-10{
width:100%!important;
}
@media only screen and (max-width:384px){
.e145-10 > .x-row-inner{
flex-direction:column!important;
}
}
You should have properly closed the curly braces into this:
@media (max-width:858px){
.e145-2.x-bar-container{
justify-content:center;
}
.e145-10{
width:100%!important;
}
}
@media only screen and (max-width:384px){
.e145-10 > .x-row-inner{
flex-direction:column!important;
}
}
Please correct your CSS code, clear your plugin caches and test your site again.
Hi. Thanks for responding so quickly. I will try not to bump my thread.
It seems that the code is in order. I Use more custom css on other clients pages and they have no problems.
Hi Jonathan,
I have checked your website thoroughly and found that the problem is with your footer where you had added the custom CSS but didn’t close the braces properly.
I went ahead and close the brace and now the problem is fixed.
Thanks
I feel stupid, how could I miss that?
Thanks so much for the help.
You guys are incredible! I’m so pleased with your services.
Thanks /
Jonathan
Hi Jonathan,
We are pleased to help you with this.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.