• Hi, Firstly thanks for the continuous support. I really appreciate your efforts.

    I am facing a few problems with my site Trippindian.com

    1. I want the Latest blog section to be stable. Is there anyway to disable its animation ?

    2. There is still a lot of space between the Header and the post title : https://trippindian.com/travelguides/

    Screenshot :

    I want to delete this area.

    3. I am using a Page builder plugin to build another page and I get this this sliding bar as if the page is inside a box. Can the page take whole space ?

    Screenshot:

    Thanks for the help !

    • This topic was modified 8 years, 2 months ago by trippindian.
Viewing 5 replies - 1 through 5 (of 5 total)
  • hii Trip,

    Thanks for using weblizar’s theme.

    1. For Blog section to be stable –

    Go to your main theme folder. open js folder, in js folder open carouFredSel-6.2.1 folder Then open caroufredsel-element.js. In caroufredsel-element.js file go to line, no 26 see code-

    play: true

    replace this code with below code

    play: false

    and save file.

    2. Please go to Dashboard -> Appearance -> Customize -> Theme Options-> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save

    @media (min-width: 1200px){
    .enigma_header_breadcrum_title {
        padding-top: 0 !important;
    }
    }

    and save.

    3. For your third issue please give your page URL.

    Thanks.

    Thread Starter trippindian

    (@trippindian)

    Hey thanks again and here’s the URL https://trippindian.com/share-your-experience/

    Hye Trip,

    use this CSS –

    iframe.wp-embedded-content {
    width: 100% !important;
    }
    .enigma_blog_post_content {
    width: 100% !important;
    }
    .enigma_blog_full {
    overflow: hidden !important;
    }

    this CSS will helps you.

    Thanks.

    Thread Starter trippindian

    (@trippindian)

    Desktop. I want this layout to occupy the complete space.I mean there should not be any white space left around it.

    And is there any way to remove this Travel Guides and Home>Travel Guides ?

    Screenshot :

    Thankyou sir

    For remove Travel Guides and Home>Travel Guides –

    use this CSS –

    @media (min-width: 1200px){
    .enigma_header_breadcrum_title {
        display: none !important;
    }
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Appearance Issues’ is closed to new replies.