Viewing 3 replies - 1 through 3 (of 3 total)
  • weblizar_support

    (@weblizar_support)

    Hello,
    Welcome once again Trip,

    1. For the first issue just copy the below CSS in Custom CSS box in the customizer

    .enigma_footer_widget_area {
        background: #34495e !important;
    }

    2. Please copy the below CSS and paste it into the custom CSS in the customizer –

    .enigma_fuul_blog_detail_padding h2{
    display:none;
    }

    Hope this will help you.
    Thanks….

    Thread Starter trippindian

    (@trippindian)

    Hi, Thankyou for your time but non of CSS is helping me.

    .enigma_footer_widget_area {
    background: #34495e !important;
    }

    This CSS just changes the backgroud colour of the footer widget area. I am talking about this table(Check the image). It is not completely visible in the mobile vew but it looks fine in desktop view.(here is the complete post: https://trippindian.com/2017/06/07/hotel-review-the-golden-palms-mussoorie/)

    View post on imgur.com

    Secondly, I am talking about this area(Please check the image). I want to remove this area in mobile. In desktop view it looks fine.

    View post on imgur.com

    Thank you.

    weblizar_support

    (@weblizar_support)

    Hello,

    Remove the above CSS and paste the below code in Custom CSS box and save –

    .enigma_header_breadcrum_title {
        display: none;
    }
    @media(min-width:480px){
    table th {
        padding: 0px;
    }
    th {
        font-size: 12px;
    }
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile appearence’ is closed to new replies.