Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Move sidebar to TOP on mobile

.col-full {
    position: relative;
  }

div#primary {
    float: left;
    width: 100%;
    margin-top: 100%;
}

div#secondary {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #Move #sidebar #TOP #mobile
ADD COMMENT
Topic
Name
8+7 =