Is there a way to set the height of the sidebar-a module according to the height of the main content? Here is the website I am working on:
nacoej.org/new
.
What I've been doing is just creating a new sidebar-a module and manually setting the height. That's not a problem for me, but I'm about to hand over the keys to this site to the client, and I think that's going to be an issue.
I've seen some javascript on the web, but I've not been able to get it working. Someone had mentioned jQuery here:
forum.joomla.org/viewtopic.php?p=2202412
. But I don't even know where to put that code.
What it's doing is, it adds a div to the sidebar which has margin-bottom set to 100%, so it pushes the sidebar as far as the content goes. And that's it.
Please don't PM unless requested
Consider using the custom stylesheet for all your CSS customizations:
gantry-framework.org/documentation/wordp...custom_stylesheet.md
.
Please provide the URL to the issue.
And please mark the thread as solved if the issue is resolved.
You can simply add it to the bottom of index.php file, just before the
</body>
tag. Also, wrap it in a <script> tag and it should work fine.
Please don't PM unless requested
Consider using the custom stylesheet for all your CSS customizations:
gantry-framework.org/documentation/wordp...custom_stylesheet.md
.
Please provide the URL to the issue.
And please mark the thread as solved if the issue is resolved.