- This topic has 2 replies, 2 voices, and was last updated 3 hours, 38 minutes ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I had this fixed once before. I think it was a snippet of code that I added to the CSS in the customization area. But, somehow I’ve lost that snippet of code after an update, and after doing a search on the Google and also here, I am not finding the snippet that will work.
I have gone into ‘typography’ and reduced font and tried some other things, but so far, the lines are still wrapping
My website is 12Tribesministries.com.
Hope we can get this fixed soon!
Hi,
The only thing to display sumbenu text on one line is to make submenu width bigger, I’m not sure what was the fix before but here is a code snippet for that:
#main-menu .sub-menu { width: 450px !important; }
Kind Regards
Yes! That did it! Thank you! Saving it in a safer spot now.