Hello,
could you, please, help me- I have moved my webpage from localhost to web yesterday and I found out that the main menu is not showing on my iphone. Computer displays the menu correctly. What am I doing wrong? Thanks for your advice. The page is www.chudnutienamieru.sk
I did the printscreen where you can see it on my mobile.

Comments

vevuskaveve created an issue. See original summary.

vevuskaveve’s picture

Category: Support request » Bug report
Priority: Normal » Critical
purvitagupta’s picture

StatusFileSize
new136.71 KB

Hello ,
This is the Css issue . please add the below css in your code .
.navbar-toggle {
background-color: black;
}
.navbar-toggle .icon-bar{
background-color: white;
}

purvitagupta’s picture

Status: Active » Needs review
drupalerkunal’s picture

StatusFileSize
new463 bytes
new106.73 KB

ISSUE: As this theme, default background color is white and button color was also white.
that's why it breaks user experience so if we change the button background-color: "black" and color: "white".
this will look fine.

I have created a patch. please use it.

drupalerkunal’s picture

Assigned: vevuskaveve » drupalerkunal
gauravvvv’s picture

Priority: Critical » Normal

gauravvvv’s picture

committed b82a66d on 8.x-1.x
Thank you for working on this issue.

gauravvvv’s picture

Status: Needs review » Fixed
gauravvvv’s picture

Assigned: drupalerkunal » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.