Home Forums Free Themes Blog Lover Featured Section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #96062
    Frau Inga
    Participant

    Hi,

    now, my blog runs in a subdomain: https://240419.ingalandwehr.de/

    Please, have a look to the featured section. Something is wrong there. How change this?

    If only 4 featured Posts everything will be fine. It’s the fifth Post which floates to the right side. If the browser window widens, then the 5th element flows to the left side. (I’m working with ab 17″ monitor, 1280 x 1024px – HP L1706)

    Thank you and best regards
    Frau Inga

    #96094
    wensolutions
    Keymaster

    Hello @frau-inga,

    To resolve the issue, please add below given CSS in the Additional CSS.

    @media screen and (min-width: 767px){
     .col-3 article {  
        min-height: 600px !important;
    }
    }

    Hope this helps.

    Thank you.

    #96117
    Frau Inga
    Participant

    Hi,

    unfortunatly the additional CSS wasn’t the solution. See for yourself: https://240419.ingalandwehr.de/

    Best regards
    Frau Inga

    #96118
    wensolutions
    Keymaster

    Hello,

    When we inspected your site URL we found that the code works absolutely fine as you can see in the screenshot below.

    https://prnt.sc/ngor98

    The issue might have raised due to the cache so please once clear the cache and check the issue as it should work fine.

    Thank you.

    #96119
    Frau Inga
    Participant

    Hi,

    i agree with you that the code works fine. However, the distance to Latest News is now much bigger. This came fron the code you sent to me.

    Best regards
    Frau Inga

    #96120
    wensolutions
    Keymaster

    Hello,

    To resolve the issue please replace above given CSS with the CSS given below:

    #latest-featured {
        padding-bottom: 0px !important;
    }
    
    @media screen and (min-width: 767px){
     #latest-featured.col-3 article {  
        min-height: 600px !important;
    }
    }

    Hope this helps.

    Regards!!

    #96122
    Frau Inga
    Participant

    That’s it! Thank you very much!

    #96159
    wensolutions
    Keymaster

    Hello @frau-inga,

    Glad to help you.

    If you have any issues further then kindly let us know.

    Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.