Hi,
Hello gigoz!
You’d need to create two textareas – an area for each row. At the moment you added the blocks “IT TRAINING COURSES” and “WHY *** ?” into the same column and Enfold will show the content of this column when reduce the screen size. If you want to make sure that “IT TRAINING COURSES” and “PROJECT MANAGEMENT” are displayed together you must create two text areas with a 3 column layout and then insert
“IT TRAINING COURSES” – “PROJECT MANAGEMENT” – “OFFICE PRODUCTIVITY” into the first textarea and paste the other columns into another textarea which you can insert below the first textarea.
Regards,
Peter
Hello!
If you want to show the sidebar on mobile view, you can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta,
.responsive .post_author_timeline,
.responsive #top #main .sidebar {display:block; }
}
To increase the main menu and drop menu font, use this:
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
font-size: 14px;
}
#top .main_menu .menu li ul a {
font-size: 14px;
}
Cheers!
Ismael
Hey!
That code can’t really effect the font on the site as it doesn’t have any font attributes. I’ve modified Ismaels above since the value of the display should be block and not none to show the sidebar however.
So you can re-copy the sidebar code and it will show the sidebar now.
Regards,
Devin