plugin with 2014 theme leftside bar
-
had to edit the container
ORIGINAL :
#ost_container {
width: auto !important;
min-width:750px;
margin: 10px 10px 10px 10px;
border: 1px solid #aaa;
background-color: #fff;
min-height: 325px;
font-size: 94%;
}
Edited:
#ost_container {
width: auto ;
min-width:750px;
margin: 10px 10px 10px 230px;
border: 1px solid #aaa;
background-color: #fff;
min-height: 325px;
font-size: 94%;
}seems to work on a dektop
but fails on mobile platform as there is no left sidebar there to display
so thinking of doing the left margin in %
please help
margin: 10px 10px 10px 12.5%; ????????
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘plugin with 2014 theme leftside bar’ is closed to new replies.