I want to create a website. Recently I looked for free website companies and found Site web gratuit, anybody has experience with this hosting company? Shall I start my business site with them?
Even if you can find a free host, I would not recommend using it for hosting a business site as it would not reflect well on your business.
Find a reasonably priced, well respected host and install a free and open source website system on it, like Backdrop CMS.
If you only want a static website with no PHP and only client side JavaScript then you could use GitHub pages, which is free. You'll need to create an account, upload your files, then point your registrar domain records at it, but that is an approach I've done for one client in the past when they didn't want ongoing hosting costs and had very modest needs. You'll find guidance for this solution elsewhere on the web.
I think the original question here was SPAM. It included a link to a site that has nothing to do with BackdropCMS. I removed the link, but left the content since others had replied to it.
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes).
Now it's working ... I only have to figure...
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
thanks yorkshirepudding, i used the CSS Injector option with this code and it works
.views-table caption {
font-weight: bold;
color: blue;
font-size: 26px;
}
@Ian
Spotted the issue:
Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L)
Try:
@media (min-width: 75em) {
div.l-wrapper-inner.container....
Posted16 hours 44 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
@yorkshirepudding
Yes I did flush the caches :)
I've also used Firefox to inspect the element - which is where I get the
"div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
Comments
The website creation may be free but the hosting isn't... seems quite expensive and you only get three WordPress Pages...

Even if you can find a free host, I would not recommend using it for hosting a business site as it would not reflect well on your business.
Find a reasonably priced, well respected host and install a free and open source website system on it, like Backdrop CMS.
If you only want a static website with no PHP and only client side JavaScript then you could use GitHub pages, which is free. You'll need to create an account, upload your files, then point your registrar domain records at it, but that is an approach I've done for one client in the past when they didn't want ongoing hosting costs and had very modest needs. You'll find guidance for this solution elsewhere on the web.
I think the original question here was SPAM. It included a link to a site that has nothing to do with BackdropCMS. I removed the link, but left the content since others had replied to it.