You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>
@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....
Posted1 day 7 hours 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
Hi @Newsmalik.
You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>