Please Log in or Create an account to join the conversation.
@media all and (max-width: 1280px) {
#jp-left {
width: 30%;
}
#jp-right {
margin-left: 30%;
width: auto;
}
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
@media all and (max-width: 1280px) {
#jp-left {
width: 30% !important;
}
#jp-right {
margin-left: 30% !important;
width: auto;
}
}
Please Log in or Create an account to join the conversation.