Front Page Off, blog page appear...... having situation on small screen view

Discussion in 'RoadFighter WordPress Theme' started by effyeweb, Oct 23, 2015.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  2. priya

    priya Guest

    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
     
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    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

    wqeqwe.jpg


    --------------------------------------------------------------------------------------------------

    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;
    }
    asAS.jpg
     
  4. priya

    priya Guest

    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
     

Share This Page