Skip to content

Commit 201b923

Browse files
Fix upsell section issue in smaller screen Codeinwp/visualizer-pro#314
1 parent b34f990 commit 201b923

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/library.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,12 @@ div#visualizer-types ul, div#visualizer-types form p {
424424
color: red;
425425
cursor: pointer;
426426
}
427-
@media (max-width: 1400px) {
427+
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1000px) and (max-width: 1600px) {
428+
#visualizer-sidebar.one-columns .visualizer-sidebar-box ul li:nth-child(+n+7) {
429+
display: none;
430+
}
431+
}
432+
@media (max-width: 1500px) {
428433
#visualizer-library .items .viz-pro{
429434
height: 100%;
430435
padding-bottom: 24px;

0 commit comments

Comments
 (0)