Hi, I have 2 questions.
1) css for displaynone breadcrumbs for vertical layout ipad.
In this example the breacrumbs is too long and overlaps with title of post.
http://artistandbeer.com/blog/aecai-asociacion-espanola-de-cerveceros-artesanos-independientes/
2) I have export the file “enfold-theme-settings.txt” file. How import this file in another wordpress instalation?.
Thanks so much!!
Xavier.
Hi xpoveda!
1. Please try this in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 925px) {
.postid-1486 .breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}
}
2. Did you try the Import function under Enfold–>Import/Export?
Cheers!
Rikard
Is perfect!!!
Thanks so much!!
Xavier.