Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Horizontal Scroll Bar Re: Horizontal Scroll Bar

#83180
Mottie
Member

Hi!

If you look in your main.css and remove the “width: 100%” from the “#storeinfo h3” the bar will disappear :)

#storeinfo h3	{
text-align: left;
margin-left: 30px;
color: #FF3399;
text-decoration: underline;
font-size: 14px;
/* width: 100%; */
}