Closed (fixed)
Project:
Be@n$ & Byte$
Version:
1.0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2023 at 14:10 UTC
Updated:
28 Sep 2023 at 13:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
bhupendra_raykhere commentedHi @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.
Comment #4
shubham_jain commentedHi @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.
Comment #6
kenyoowen commentedHi 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
Comment #7
kenyoowen commentedComment #8
prachi6824 commentedThank you all for your contribution.
Comment #9
prachi6824 commented