Hello,
I’m using Enfold theme – v2.2
How do I change the position of the text inputted into “Phone Number or small info text input” on the admin panel? It’s default if right justified. I’d like to position it in the center or to the left of the social media icons in the header. Which CSS file is this code in? Or better yet, is there code I can place in the Quick CSS box?
Thank you!
Hey jgdoyle1!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.sub_menu { right: 50%; }
Cheers!
Yigit
Perfect. Thank you!