I only have 3 items in the secondary menu however In the mobile it occupies 2 lines. Despite there’s enough space for the 3 items to be shown in one line, 2 items are shown in the first line and the third item in the second line.
I’d like to have the 3 i one line.
Hi!
Please do not use Font tag http://i.imgur.com/F1uyNsR.jpg as it is deprecated. Use following code in Quick CSS in Enfold theme options under Styling tab instead
.sub_menu>ul>li>a { font-size: 20px; }
This way we can provide you custom CSS code to decrease the font size on mobile so your secondary menu will be displayed in the same line
Best regards,
Yigit
OK I eliminated the Font tag and written in the Styling tab:
.sub_menu>ul>li>a { font-size: 14px; color: white !important; }
I had to add “important” because otherwise it was diplaying grey instead of white.
Mobile is still displaying in 2 lines.
Additionally the three words now are white and I don’t know where and how to specify that I want the word “Blog” in red.