• 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)
  • 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.