Slider not Resizing for Mobile Devices

Discussion in 'Poloray WordPress Theme' started by dinazawaski, Feb 28, 2016.

  1. dinazawaski

    dinazawaski New Member

    Joined:
    Apr 13, 2013
    Messages:
    16
    Likes Received:
    0
    Hello,

    I used some customization code you had posted in this forum to increase the size of my image slider so it takes up the width of the screen. If I decrease the size of the screen resolution or view the site on the mobile device, the slider is not responsive to the change and still shows its full size. What can I do to make it so it resizes according to screen resolution?

    I had this issue before I updated my theme version but with the update my issue has returned. My site is bostonscuba.com. Screen shot of the mobile view attached.

    Thanks in advance for your advice.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 960px) and (min-width: 768px){
    .flexslider .slides img {
        width: 34%;
        height: 350px;
        padding-left: 460px;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .flexslider .slides img {
        width: 50%;
        height: 350px;
        padding-left: 474px;
    }
    }
    Note: Change the numeric value as per the requirement...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dinazawaski

    dinazawaski New Member

    Joined:
    Apr 13, 2013
    Messages:
    16
    Likes Received:
    0
    Hello Priyanka,

    I can't access the Custom CSS section since I updated my poloray files. The only options under Appearance are as follows:

    [​IMG]

    There seems to be no way to access the Custom CSS box that used to be there. Can you advise?

    Thanks!
    Dina
     
  4. dinazawaski

    dinazawaski New Member

    Joined:
    Apr 13, 2013
    Messages:
    16
    Likes Received:
    0
    When I click "Customize", the only options presented are:

    Site Idenity
    Menus
    Widgets
    Static Front Page

    There used to be a custom CSS box in this area, but since the update it is missing.
     
  5. priya

    priya Guest

    Hello,

    To determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page