My Theme is “broken” with Anspress.io
Hi,
I’m using Extra Theme https://www.elegantthemes.com/gallery/extra/
If I install Anspress.io my logo have a different position like this :
https://pageshot.net/C7W5u9nrn5CtKxpa/pyd2.odiso.fr
Usually, the logo is align on left like this :
https://pageshot.net/PV2Yq4gF6YKERbFM/pyd2.odiso.fr
I found the cause, in the main.css file on line 872 to 875 I found that :
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after { content:" "; display:table }
If I change this code like this it’s ok for me :
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after { content: none; display:table }
In the option I’ve check the option “Load assets in AnsPress page only” so it’s ok for my website except Anspress’s page 🙂
Thanks by advance.
Best Regards,
Hi,
I found a solution for my logo, but I think this style have an utility so I’m afraid to break another thing.
It’s ok for me, I will see in the future if I see a problem.
Regards,
Pierre-Yves
Hello,
So, I hope your issue got solved?