Front Page Blog News wrong position

Discussion in 'Compass WordPress Theme' started by doscre, Sep 16, 2015.

  1. doscre

    doscre New Member

    Joined:
    Jun 12, 2015
    Messages:
    3
    Likes Received:
    0
    Hi guys,

    i have a problem with media screen range on this website:
    http://ifr-retzstadt.net

    Think there is a problem with the range of media sizes, maybe with wp version 4.3.1 an in this part @media only screen and (max-width: 1300px) and (min-width: 960px). The news part is under the event part (ipad and imac13). Could you have a look on this, please.

    Thank you.

    Best,
    Dominik
     

    Attached Files:

  2. priya

    priya Guest

    Hello Dominik,

    Greetings from InkThemes!

    Please paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 1300px) and (min-width: 960px){
    .container_24 .grid_12 {
        width: 445px !important;
    }
    .blog_slider_wrapper {
        margin-left: -14px;
        margin-top: -7px !important;
    }
    }
    Note: Change the numeric value as per your interest.

    Do let me know if you need more assistance,

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page