Custom CSS don’t display correctly my menue bar on mobile version
-
Hello everyone,
I have an issue on my website built with Chosen by Compete Theme. I wanted to move the menu-primary-items, so I did it on the Appearence/Custom CSS using SiteOrigin CSS .So here is the final code which makes me happy on desktop website :
.logo {
width: 480px;
}#menu-primary-items.menu-primary-items {
position: absolute;
top: 280px;
right: 0px;
left: 450px;
width: 520px;
}.post-title {
display: none;
}The issue I have is that on mobile device, the menue bar become a drop down menue, and the changes I’ve done on the custom CSS make the menue not fully readable on mobile device. I can see just 2 sections menue out of 5 sections menue. Do you have an idea on how can I solve this issue ?
Thank a lot,
The page I need help with: [log in to see the link]
- The topic ‘Custom CSS don’t display correctly my menue bar on mobile version’ is closed to new replies.