DarthOld Posted January 26, 2018 Share Posted January 26, 2018 (edited) Тема для 4.2 Liva by IPSMake. Отличная тема. Очень нравится. Один момент. На мобильном, не могу найти как убрать поля по краям. В настройках шаблона есть "резиновая ширина", ставлю 100%, но футер и хедер все равно шире. Как сделать, что бы все было вровень и по краям на мобильных полей не было? Edited January 26, 2018 by DarthOld Link to comment Share on other sites More sharing options...
Атаман Posted January 26, 2018 Share Posted January 26, 2018 Ссылку на Демо предоставьте пожалуйста. Link to comment Share on other sites More sharing options...
DarthOld Posted January 26, 2018 Author Share Posted January 26, 2018 (edited) https://ipsmake.com/demos/theme.php?theme=Liva Edited January 26, 2018 by DarthOld Link to comment Share on other sites More sharing options...
Атаман Posted January 26, 2018 Share Posted January 26, 2018 Используйте инспектор браузера А так. Правьте .ipsLayout_container { padding: 0 15px; } .pageContent #ipsLayout_contentWrapper { padding: 0 10px 1px; } 1 Link to comment Share on other sites More sharing options...
DarthOld Posted January 27, 2018 Author Share Posted January 27, 2018 (edited) .ipsLayout_container { padding: 0 0px; } Добавил в секцию /* PHONES */@media screen and (max-width: 767px) { Там не было, по этому брало значение из @media screen and (max-width: 979px) { - а там как раз эти поля нужны. Там я оставил. Спасибо.___________ Еще добавил @media screen and (max-width: 767px)html[dir] #ipsLayout_sidebar.ipsLayout_sidebarleft, html[dir] #ipsLayout_sidebar.ipsLayout_sidebarright { padding:0; }Это выравнивает по краям в ровень блоки боковые, которые на мобильном вниз под форум уходят. Edited January 27, 2018 by DarthOld Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now