refrakt Posted May 29, 2020 Share Posted May 29, 2020 Why does my Content Blocks menu look like this? The description for each block is getting cut off! Running Chrome on Windows. Don't know when it started doing this, but now it's a probl em on both my computers WTF Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 I have encountered this problem 3 times, when coding some features to clients: CSS / JS conflicts with Blocks. What code are you inserting into Custom CSS or Code Injection or Code Block? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
refrakt Posted May 29, 2020 Author Share Posted May 29, 2020 featherlight button + lightbox, also custom iframes for youtube embeds Link to comment
refrakt Posted May 30, 2020 Author Share Posted May 30, 2020 i found the culprit! i took out all my code and put it back piece by piece while refreshing and testing. was a CSS flexbox i made that wasn't even doing anything. thanks for the suggestion! I wasn't sure what to try Link to comment
tuanphan Posted May 30, 2020 Share Posted May 30, 2020 4 hours ago, refrakt said: i found the culprit! i took out all my code and put it back piece by piece while refreshing and testing. was a CSS flexbox i made that wasn't even doing anything. thanks for the suggestion! I wasn't sure what to try Sometimes custom CSS affects all elements in the page. You can adjust the class name, so that it only affects the element you want, not the menu block. For example in my case, it has CSS * {box-sizing: border-box;} It has created the same problem as yours. I changed it to .code-block * {box-sizing: border-box;} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.