Notifications
Clear all

[Solved] Breaking design

2 Posts
2 Users
1 Likes
1,418 Views
Posts: 9
Topic starter
(@opticempire)
Active Member
Joined: 6 years ago

Hi, we are finding on home and archive pages there is a blank bar running up the side of the page and have traced it to this element

<div id="wpdUserContentInfo" style="overflow:auto;background:#FDFDF6;padding:20px;width:600px;max-width:100%;border-radius:6px;" class="lity-hide"></div>

you can see it here https://mysticmedusa.com/

I also have the option ticked to not show on home, but it seems to be calling resources anyway, also the same on category pages.

Can you assist?

 

 

 

 

1 Reply
Astghik
Posts: 5912
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @opticempire

Please add the following CSS code in Admin bar > Customize > Additional CSS textarea, save it delete all caches and check again. The issue should be solved.

.lity-hide {
display: none;
}
Share:
Scroll to top