Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #171058

    Hi,

    • This topic was modified 10 years, 5 months ago by Yigit. Reason: Authors post are edited upon request
    #171115

    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

    • This reply was modified 10 years, 4 months ago by Yigit. Reason: removed sitename upon request
    #171223
    This reply has been marked as private.
    #171431

    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

    #171475
    This reply has been marked as private.
    #172331

    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

    #172363
    This reply has been marked as private.
    #173021

    Hey!

    Can you post a screenshot?

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Order of content displayed on Mobile & Tablets’ is closed to new replies.