- Issue created by @droodpal
- π¨π·Costa Rica yuvania
Hi @droodpal,
I've reviewed the pages and compared the styles, but I wasn't able to reproduce the error. The styles for the problematic page and the one that works correctly seem to be the same.
Here are a few suggestions you might want to consider:
- Browser Caching: Ensure your browser cache is cleared. Sometimes old styles can be cached and affect how the page is displayed.
- CSS Specificity: Double-check if there are any specific styles being overridden by other CSS rules. Use browser developer tools to inspect the styles applied to the elements.
- Custom CSS or JS: Verify if there is any custom CSS or JavaScript that might be interfering with the layout on the problematic page.
- Responsive Design: Check if there are any media queries or responsive design rules that might be affecting the display on certain screen sizes or devices.
- Modules and Themes: Ensure that all modules and themes are up to date. Sometimes issues arise from outdated components.
- Error Logs: Look at the browser console for any errors or warnings that might give a clue about what's going wrong.
- Class Conflicts: Make sure there are no conflicting class names that might be causing unintended styles to be applied.
Additionally, I'll check if anyone has commented elsewhere on the internet about a similar issue to see if there's a known solution or workaround.
Hope this helps!
Hi @yuvania, thank you,
for sure it's not the browser cache and not #5, I'll definitely look at other options.- π©πͺGermany marc.bau
Same issue here. I added this workaround. Not sure if this is correct, but it wfm.
.view, .view-content { display: inline; }
@yuvania
Can you clarify #6 in your list?
Inspecting in Firefox, the content view is reflected as 'grid' and not as the list.
drupal inspection- π©πͺGermany marc.bau
I added it to my style.css that is the last file in my cloned oliviero theme⦠the original theme has so many bugs - I really need to fix many issues the fast track and cannot wait for core developers to commit in 5 years first.
@marc.bau
Thank you a lot. I see view.css has only 'grid' and no 'list' view, in firefox inspection it also shows 'grid' instead of the 'list'. I'll look further for the style, so far, something for supporters to consider!- Issue was unassigned.
- π³πΏNew Zealand quietone
Un-assigning per Assigning ownership of a Drupal core issue β .