Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1377734

    Hallo,

    the mobile view from my home page several links are not looking fine, many Headlines are cut away, as well as the photo of home page is somehow positioned wrong. Could you please help me here. Links in private content.

    thank you!

    Diana

    #1377787

    Hey ddzaviza,

    Thank you for the inquiry.

    You can use this css code to adjust the font size of the heading element on mobile view.

    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	#top #wrap_all .all_colors h3 {
    		font-size: 20px;
    	}
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, and purge the cache.

    Best regards,
    Ismael

    #1378223
    This reply has been marked as private.
    #1378346

    Hi,

    Thank you for the update.

    Have you tried decreasing the font size a bit more? To remove the date from the masonry blog, please try to add this css code.

    .av-masonry-date {
        display: none;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.