Home page slider not at full width

Discussion in 'Compass WordPress Theme' started by pook918, Apr 25, 2015.

Thread Status:
Not open for further replies.
  1. pook918

    pook918 New Member

    Joined:
    Apr 24, 2015
    Messages:
    1
    Likes Received:
    0
    When I upgraded to the Pro version, my home page slider images went from the full width/height (1250 x 520) to a scaled image of 950 w x 395 h. The image that was uploaded was still at the full size.

    Help.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    Could you please provide us URL of your website along with some edited screenshot of your issue so that we can assist you accordingly?

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen
     
  3. soul7bird

    soul7bird New Member

    Joined:
    Apr 21, 2015
    Messages:
    11
    Likes Received:
    2
    I am experiencing the same problem and have captured the screen shots for you. They are attached.
    Please confirm if I need to create a new issue or commenting on this already logged issue is fine.
    URL baseballcardadviser.com
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bg-img img {
      width: 100% !important;
      height: auto !important;
      max-width: 100%;
    }
    Thanks,
    Praveen
     
  5. soul7bird

    soul7bird New Member

    Joined:
    Apr 21, 2015
    Messages:
    11
    Likes Received:
    2
    Thank you this worked! I appreciate your help.
     
Thread Status:
Not open for further replies.

Share This Page