I need help with changing a subtheme of drupal 8 based on a picture. how it have to look like. this is what I have nowwhat I have now This is what I've done till now: installed barrio subtheme install "Responsive and off-canvas menu" Drupal 8 module. and followed the tutorial-> https://www.ostraining.com/blog/drupal/responsive-offcanvas-menu/ created a form webforms The problem is that the menu appears at the bottom of the page and the website does not look visually good. I don't know what I've done wrong and why it is not working properly. For the subtheme, I chose Bootstrap Barrio 8.x-4.22 and I made a custom one for my project. I need someone to help me if possible.
customization of Drupal8 subtheme with left handside menu
241 Views Asked by IfkaMitko At
1
There are 1 best solutions below
Related Questions in CUSTOMIZATION
- how to style mui 5 switch to look like a toggle switch
- Transposing labels on a continuous scale [waterfall graph, R]
- Innosetup: Optionally delete a file with checkbox
- Can Azure Functions encounter timeout exceptions?
- How to only modify one keyword color in Visual Studio Code?
- Customize menu in wordpress
- Remove grouping from numpunct of std::locale
- Customization to Last Week filter
- How do I let the user customize a specific portion of model in React Three Fiber?
- How to apply custom profiles/setting to Spinnaker to make it deploy with one command?
- Bash custom autocompletion triggered by key
- Difficulty Customizing Jira Templates: Seeking Solutions
- Customizing the Default Slack Message Input Window or APP window
- Customize user table used by Keycloak
- Is there Any way to show the toolbar columns menu by clicking on a customize Button outside the DataGrid in Material UI?
Related Questions in DRUPAL-8
- Parent menu link opens children when clicked, instead of going to link (Drupal)
- How to disable cache in my custom contextual filter code in drupal?
- group queries running frequently drupal 8
- How to override page.html.twig in module for my custom page
- Drupal Schema.org Metatag
- How to render a specific page using my template mypage.html.twig?
- Drupal CKEditor5 stripping <style> tags
- error installing module HybridAuth and Drupal 8-10
- Exploring Layout Builder Challenges: Crafting a Puzzle-Style layout with Sidebars on Drupal 9-10 using Layout Builder
- Is there any way to show combined search result from an external api and also internal content from drupal 8
- How to migrate the content with images from Drupal 8 to Drupal 9 for single content type automatically?
- How to get the image url to display it in my twig without and with node
- Drupal 10 views: fields/custom text show translated label for field
- Conditionally preselect radio button in Drupal Webforms YAML
- How to Display Translated Content by Language in Drupal Views?
Related Questions in DRUPAL-THEMES
- When I run the npm install command under drupal 10 custom theme folder
- In drupal, I want to align every product on same Line in bootstrap theme
- I am using drupal opigno - did anyone know where I can found user menu template?
- How to make sure region layout stays consistent over the website in Drupal
- Accessing deep values from array
- Can't locate CDN in bootstrap themes folder while creating a drupal website
- Drupal 9 - Message and message statut system blocks are not displayed
- The libraries of my customized theme cannot be loaded - Drupal 8
- Drupal CSS files behaviour
- customization of Drupal8 subtheme with left handside menu
- Is it possible to upload a custom image or use the default image provided by a Drupal Theme, such as for the Logo Image?
- Drupal 8 - Hook theme not found, twig and CSS for custom Block not working
- How do I pass variables to theme template via custom controller drupal 8
- How to change Drupal 7 theme while getting HTTP Error 500
- Drupal 7 theme Template.php Unexpected T_OBJECT_OPERATOR error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Apparently the Drupal system was not able to find the mmenu-js library and that's why is performing that way. When I copy the library to the correct folder drupal/libraries it worked