Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Breaking design

2 Posts
2 Users
1 Reactions
1,993 Views
Posts: 9
Topic starter
(@opticempire)
Active Member
Joined: 7 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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