Hey @andreagerolimetto,
If you are able to see it properly when you’re logged in then it might due to caching. Can you flush your cache and see if it works properly?
Let me know!
Hi @hardeepasrani,
alredy tried this way, but still not working.
Thanks for support
Andrea
Hey @andreagerolimetto,
Yes, it appears to be an issue. We fixed this in last release but seems to not work with some themes. For now please navigate to Appearance > Customize > Custom CSS, and add the following CSS to fix it:
.wp-block-themeisle-blocks-button-group {
display: flex;
}
Let us know if it works!
Hi @hardeepasrani,
I tried to do as indicated in theme customize but it doesn’t work.
Thanks
Andrea
@andreagerolimetto Can you give me the link to a page where this is happening? Thank you!
Hi,
the link of the page is http://www.joyajewels.it
From the following link you can find a video where you can see the problem when you are not logged in
https://drive.google.com/file/d/1BYnfghiaXwyIpHpB2bwPs5e9HVeNUzvV/view?usp=sharing
Thank you
Hey @andreagerolimetto,
We might need more info to debug it. Can you please email us at [email protected]?
Please mention the link to this thread and ask in the email to assign the ticket to me. Thank you!
I am having the same issue with multiple different sections of my site (all change from center align to left align when viewing as a public visitor. Looks centered from the WP admin view). Sections experiencing this issue: products button, paragraph text on home page, headings on pages such as Contact and About.
In the case of my “contact” page… it moves from a white font that is center aligned to a black font that is left aligned when viewing it as a visitor.
It appears things are randomly aligning left when viewing the page as a visitor yet everything is “aligned center” in the admin mode. I have the most recent updates installed and tried using the Custom CSS code above with no luck.