Problem/Motivation

can't find navigation in mobile view

Steps to reproduce

1) Install the theme and set as default
2) go to the other node
3) and see in the mobile view, can't able to find menu toggle

Proposed resolution

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sonam_sharma created an issue. See original summary.

djsagar made their first commit to this issue’s fork.

bhupendra_raykhere’s picture

Status: Active » Needs review
StatusFileSize
new39.25 KB

Hi @sonam_sharma,
By applying below css in style.css can fix this issue.
.header-top-bg{
position: absolute ;
}

I am able to see humberger button.

shubham_jain’s picture

StatusFileSize
new1.21 KB

Hi @sonam_sharma, the css suggested by @Bhupendra_Raykhere applied and now we can see the navigation.

But I also noticed that the structure of the twig files i.e. page.html.twig and header.html.twig was not right. So, I created this patch which will correct the structure and navigation menu css will be implemented.

kenyoowen’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new513.71 KB
new514.02 KB

Hi shubham_jain

I reproduced the issue and tested your MR, and confirmed that it fixed the issue I can now see the hamburger menu. Please look at the screenshot I attached for your reference

Thank you

kenyoowen’s picture

Assigned: sonam_sharma » Unassigned
prachi6824’s picture

Status: Reviewed & tested by the community » Fixed

Thank you all for your contribution.

prachi6824’s picture

Status: Fixed » Closed (fixed)