- Issue created by @alok_singh
- Merge request !3flexistyle_bootstrap_scss-3494146: Footer needs to be styled. → (Open) created by alok_singh
- 🇮🇳India anoopsingh92 Rajasthan, India
Hi @alok_singh,
This is a contrib theme, not a custom theme, and it’s based on FlexiStyle Bootstrap → and fully compatible with Bootstrap. Adding CSS selectors like
.col-lg-3.col-md-6
is not recommended, as it may break Bootstrap's responsive grid structure and interfere with Drupal's default behavior.Instead of adding custom CSS or SCSS directly in the
flexistyle_bootstrap_scss
theme, any changes should ideally be made in the original FlexiStyle Bootstrap theme.I encourage you to explore alternative solutions that leverage Drupal's and Bootstrap's built-in functionality. This might involve adjusting theme settings, overriding region templates, or using Bootstrap’s native classes and utilities to achieve the desired outcome without affecting the layout or functionality.
Additionally, please recheck the issue tabs for all related projects, including FlexiStyle → , FlexiStyle Bootstrap → , FlexiStyle Bootstrap SCSS → , and FlexiStyle DXP → . If you have created any merge requests (MRs) for these issues, please re-verify, fix, or close them as appropriate.
Let’s work towards a solution that maintains the integrity and compatibility of both Drupal and Bootstrap.
Thanks for your understanding and collaboration!