![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/cwd/wp-content/plugins/uicore-framework/includes/extra/style/ |
<?php defined('ABSPATH') || exit(); //INCLUDED IN CLASS CSS $css .=' .tutor-container{ width: 95%; padding-left: 10px!important; padding-right: 10px!important; max-width:' . $json_settings['gen_full_w'] . 'px; } @media (max-width: ' . $br_points['lg'] .'px) { .tutor-wrap:not(.tutor-user-public-profile){ padding:75px 0px; } } @media (max-width: ' . $br_points['md'] . 'px) { .tutor-wrap:not(.tutor-user-public-profile){ padding:50px 0px; } } @media (min-width: ' . $br_points['lg'] . 'px) { .tutor-wrap:not(.tutor-user-public-profile){ padding:100px 0px; } } ';