Title: Appearance Issues
Last modified: December 15, 2016

---

# Appearance Issues

 *  [trippindian](https://wordpress.org/support/users/trippindian/)
 * (@trippindian)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/)
 * 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/](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 9 years, 6 months ago by [trippindian](https://wordpress.org/support/users/trippindian/).

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/#post-8558796)
 * 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.
    -  This reply was modified 9 years, 6 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).
 *  Thread Starter [trippindian](https://wordpress.org/support/users/trippindian/)
 * (@trippindian)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/#post-8558951)
 * Hey thanks again and here’s the URL [https://trippindian.com/share-your-experience/](https://trippindian.com/share-your-experience/)
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/#post-8558956)
 * 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.
    -  This reply was modified 9 years, 6 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).
 *  Thread Starter [trippindian](https://wordpress.org/support/users/trippindian/)
 * (@trippindian)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/#post-8558977)
 * 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
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/#post-8559078)
 * For remove Travel Guides and Home>Travel Guides –
 * use this CSS –
 *     ```
       @media (min-width: 1200px){
       .enigma_header_breadcrum_title {
           display: none !important;
       }
       }
       ```
   
    -  This reply was modified 9 years, 6 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).

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

The topic ‘Appearance Issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma/7.73/screenshot.png)
 * Enigma
 * [Support Threads](https://wordpress.org/support/theme/enigma/)
 * [Active Topics](https://wordpress.org/support/theme/enigma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/appearance-issues-2/#post-8559078)
 * Status: not resolved