Title: Responsive
Last modified: August 31, 2016

---

# Responsive

 *  [roulie19](https://wordpress.org/support/users/roulie19/)
 * (@roulie19)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/responsive-292/)
 * Hello,
 * There are disfonctionment in responsive (apple / android) with my website [anihome-24.fr
 * On the home page :
    – the slider is not complet : photos and text on the photos
   are not entirely. – picture of animals under the icon services : we do not see
   the whole picture
 * On the other pages :
    – some pictures : we do not see the whole picture – text:
   sometimes, the text is cut by pictures. Problem with layout.
 * Please could you help me?
 * Julie

Viewing 1 replies (of 1 total)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/responsive-292/#post-7270312)
 * Hi..
 * Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme
   General Sttings.
 * Now copy below code and paste into custom css editor.
 *     ```
       @media (max-width:468px){
       .carousel-text p {
           font-size: 10px !important;
       }}
       @media (max-width:768px){
       .carousel-text p {
           font-size: 20px !important;
       }}
       ```
   
 * You can change 10px and 20px as per your choice.
 * for images please add “img-responsive” class where you use image and not add 
   this class.
    like- `<img class="size-large wp-image-407 aligncenter img-responsive"
   src="http://anihome-24.fr/wp-content/uploads/2016/02/image-bannière-1024x430.
   jpg" alt="Pet sitting 24" title="Pet sitting 24" width="1024" height="430">`
 * Save the changes.
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Responsive’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/responsive-292/#post-7270312)
 * Status: not resolved