Home Forums Free Themes Moral Magazine Lite Primary Sidebar disapeared

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #187445
    DavidF
    Participant

    Hi! I have no clue how, but the primary sidebar slided to the footer… How can i fix it? https://www.berlin-teltow.de/

    • This topic was modified 1 year, 3 months ago by DavidF.
    #187464
    Psink
    Keymaster

    @DAVIDF, Please add this CSS in the Additional CSS

    @media screen and (min-width: 1025px){
    #inner-content-wrapper #primary {
    width: 75%;
    float: left;
    padding-right: 30px;
    }

    #inner-content-wrapper #secondary {
    width: 25%;
    float: left;
    }
    }

    #187532
    DavidF
    Participant

    You’re a magician! It works again! Thanx a very lot!

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