Comments dinipc started the conversationJanuary 30, 2019 at 2:18amtop bar with black background is not proper in mobile view in (needs scrolling towards right to display all the items) www.new.nripulse.com 501Penci repliedJanuary 30, 2019 at 10:29amHi,Please try go to Customize > Addtional CSS then add custom code to do that: @media screen and (max-width: 768px) { .penci-topbar ul { flex-wrap: wrap; margin-left: 10px; margin-right: 10px; } } Best Regards,PenciDesign1 Like Sign in to reply ...
top bar with black background is not proper in mobile view in (needs scrolling towards right to display all the items) www.new.nripulse.com
Hi,
Please try go to Customize > Addtional CSS then add custom code to do that:
Best Regards,
PenciDesign