-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS class issue inside the EC-Europa theme #53
Comments
@amd-miri Could you please provide a PR or indicate which files needs to be updated ? |
Hi @drupol, I would love to contribute and provide a PR, but I'm not sure which code to change as I don't master these codes very well. I could only debug the issue on the generated search page. The only related thing that I found is in the Atomimum theme, in these files. I can change them, but I don't know all the side effects of my changes : Please le me know what are your suggestions, |
Hi,
|
Hi @drupol, |
Ok, but we need to know where is the file to update. Enable the theme debug mode (in admin/appearance/settings/[your_theme]) and then, check the source code of the page where you have the issue. From there, you'll find which template is causing the issue, then you let us know and we'll update it accordingly. Thanks! |
Upgrading to version 0.0.8 of ec_europa theme should fix the issue, could you confirm ? |
Hi,
Please find the description of the CSS class problem we have with the ApacheSolr Search pages :
Problem : The main content overlap the sidebar column and because of that, we can not change any faceted search filter.
Example : We have an example on our playground : https://webgate.ec.europa.eu/playground-multisite/know4pol/search/site_en
Solution : Please change the classes in the following lines :
<aside
class="col-md-3"role="complementary">
should be<aside
class="ecl-md-3"role="complementary">
<div
class="ecl-row">
, instead of<div
class="row">
Thanks a lot for your help,
Ahmad
The text was updated successfully, but these errors were encountered: