Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Hi,
Still searching for a sallution. In topic #37545 If read this.Also, you can take a look at Twitter Bootstrap and use their helper classes. For example, adding the class ‘visible-lg’ on an element will make it show up only on large screens (desktops)
Since I want the image only to disappera at small devices I tried this: .hidden-xs
So I put into style.css this code:
}
#header-section {
background: url(“http://quattrocycle-experience.nl/nieuw/wp-content/uploads/2014/02/QC_Header_achtergrond.png”) no-repeat center top .hidden-xs !important;
}But than it was gone on all the devices.
So I also tried:
}
#header-section {
background: url(“http://quattrocycle-experience.nl/nieuw/wp-content/uploads/2014/02/QC_Header_achtergrond.png”) no-repeat center top !important;
}
.mobile-header.section {
background: .hidden-xs;
}But that didn’t work either.
Probably I put it in the wrong place…
regards, Sjoukje
In the mean time I found the custom.css file in the directory, have put in the code as mentioned by you, but it still isn’t working. At the top of the custom.css file is mentioned:
/*
*
* Don’t forget to set custom_css to true in the defaults.php file!
*
*/but I cannot find how to set it to true in the defaults.php. file.
regards, Sjoukje
Hi,
sorry, I don’t understand you. Do you mean ‘admin’ within the WordPress area?? I was putting the first CSS lines as mentioned above in the Styles.css file. But apparently I need a Custom.css file?? I can’t find it in the directory.regards, Sjoukje
Hi, if possible than let it align left, or otherwise hide it for mobile.
attached you also see the problem with the footer repeating under the header…
Sjoukje
Hi,
Thanks for you answer. Unfortunately still have the same problem. In the attachment you can see in the mobile version the background image is interfering with the logo.regards, Sjoukje
Hello,
I am having the same problems and I am wondering how to solve the problem without increasing the PHP level. Because this means I have to get a more expensive hosting subscription. -