Hi,
Just went online with a new website for a client of mine but came across something odd. Never experienced this before..
In the first footer column there is some info about the client. In tablet view there’s an emailadress that’s barely visible. Just 70% is visible.
It shows like: E: info@uitvaartverzorgi……….
Can you help me resolve this issue?
Thx in advance. Website is in the private content.
Xander
Hey Xander!
Thank you for using Enfold.
You can adjust the width of the footer columns:
@media only screen and (min-width: 768px) and (max-width: 989px) {
div .av_one_fourth {
margin-left: 1%;
width: 48%;
}}
Best regards,
Ismael
Hi Ismael,
Doesn’t seem to work. I’m using a child theme and it doesn’t change properly… Added an image in the private content.
Nevermind Ismael,
I played with some css styles. It’s working properly now.
How is it possible that Home is overlapping the logo? I activated the mobile menu for tablets..
Hi!
Add this to your custom CSS.
@media screen and (max-width: 900px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
You may need to play around with the 900px value.
Cheers!
Elliott
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 1060px) {
.av-main-nav > li > a {
padding: 0 7px;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit