Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
I'm having some trouble editing the CSS in your template, as some code is clearly in a css file, others seems to be coded directly on php. Here is an example. I can't seem to find this code in any css file:
@media screen and (max-width: 768px)
.footer-widgets .widget-area.widgets--columned-layout>.widget {
width: 50%;
float: left;
}
However, for different screen sizes, the code is on the main.css file. Any idea why some of the code is not available for editing?
Many thanks.
Hi R,
Please consider check the Custom CSS area, if you can find out the code there.
Thank you.
Where exactly can I see that? This applies to the footer, so it's not something that I can edit on a specific page for example. Is there a global custom css for the website?
I was expecting a more obvious response, since you have coded these templates yourself?
Hi R,
Yes Custom CSS is global (inline) CSS content for all site and can be accessed from wp-admin area as you can see in article i have provided to you. If you have installed one of our Demos it includes some Custom CSS also.
(view large version)
Thank you.