Front Page Off, blog page appear...... having situation on small screen view the header split into 2 parts The blog website having Situation: http://www.Coupon.LeviMedia.com/ http://www.Blog.LevieMedia.com/
Hello, Greetings from InkThemes! I have checked this issue at our end and didn't find any issue.. I really don't have an idea why you getting such type of error.. But still I would like to suggest you to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard for once. Code: .page_index_container { min-height: 0 !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
i had try again to setup another website: http://www.blog.kiongartweddingevent.com/ at the same time - not make any adjustment to the wordpress - directly install the theme and activate it - Set the front page On/Off to " Off " still same result.... http://www.blog.kiongartweddingevent.com/ having situation on small screen view -------------------------------------------------------------------------------------------------- the code your provide - It mess up the widescreen view : i may provide you the website login detail to try..... CURRENTLY, i had remove the code from the website: http://www.blog.kiongartweddingevent.com/ Code: .page_index_container { min-height: 0 !important; }
Hello, Sorry to learn that previous code didn't work... Please try this code for once, Code: @media only screen and (max-width: 767px) and (min-width: 480px){ .page_index_container { min-height: 0 !important; } } @media only screen and (max-width: 480px){ .page_index_container { min-height: 0 !important; } } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com