Jump to content
WebFlake

Kenroytk

Rookie
  • Posts

    36
  • Joined

  • Last visited

Community Answers

  1. Kenroytk's post in How to Convert Mybb Plugins was marked as the answer   
    So again i solved my own problem just by looking around webflake.
     
  2. Kenroytk's post in Customize how subform is displayed was marked as the answer   
    @media screen and (min-width: 767px) { .ipsDataItem_subList li a:after{content:'';} /* Remove */ .ipsDataItem_subList li{ float: left; width:calc(100% / 2 - 5px); padding:2px; } .ipsDataItem_subList{ overflow: hidden; } html[dir="rtl"].ipsDataItem_subList li{ float: right; } .ipsDataItem_subList li a:after{ display: none; } html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; } } /* end of media-screen */
    I removed a few things to get it working i removed the float: left; and the width: calc(100% / 2 - 5px); adn then added some changes to my css to make it display the way i want without even touching the HTML.
  3. Kenroytk's post in Message Popup Error was marked as the answer   
    It was just in that theme  however, i fixed it my reinstalling the theme and setting up all my stuff again so i think i deleted something without realizing.
×
×
  • Create New...