Hello. I was wondering if there was a way to keep the Featured Images in the Header in a straight line (like on desktop) when on mobile. Right now it just pushes one below the other. I would use the sliders to avoid this but they drive site speed down to low.
1/ When you do that, your layouts will broken because on the mobile, the screen are too small and it can't be display in one line like on the desktop - That's why responsive design born.
2/ About social media on the navigation, you can hide it on mobile by add more this code to Customize > Custom CSS - It's not need there because on vertical nav already has this social media icons:
@media only screen and (max-width: 480px){
#navigation.header-6 .main-nav-social{ display: none; }
}
Hello. I was wondering if there was a way to keep the Featured Images in the Header in a straight line (like on desktop) when on mobile. Right now it just pushes one below the other. I would use the sliders to avoid this but they drive site speed down to low.
Hi,
I don't understand what did you mean, can you tell me more about that and send me a screenshot to I can understand your issues?
Best Regards,
PenciDesign
Hi,
1/ When you do that, your layouts will broken because on the mobile, the screen are too small and it can't be display in one line like on the desktop - That's why responsive design born.
2/ About social media on the navigation, you can hide it on mobile by add more this code to Customize > Custom CSS - It's not need there because on vertical nav already has this social media icons:
Best Regards,
PenciDesign