[ad_1]
I would like to move all 5 menu items marked with a red frame in the screenshot to the right. Where the red arrow ends, that’s where the menu items should be moved to.
All 5 menu items should be centered over the photo. Is this possible with CSS? I tried, but i can not move it with firefox CSS Coding
[ad_2]
URL:
The menu is set to float left so try
.menu-primary {float: none}