Post is cut off at top…
-
http://www.imagebam.com/image/d782b2327727553
When i click on a post off of my activity wall, it looks like this. I’m sure it’s a css issue but i cant figure it out. below is my child style.css , can anyone help? Thanks!
*/ /* * Please add your custom styles below */ /*Hide Activity Page Filter Choice Drop Down Bar*/ #activity-filter-select { display: none; } /*Make crop avatar square into a circle*/ #avatar-crop-pane { border-radius: 50%; } /*Raise Send Message and Go To Top Buttons To Make Room For ChatBar*/ .kleo-quick-contact-link { background-color: rgba(0, 0, 0, 0.4); border-radius: 3px; display: block; margin-bottom: 4px; padding: 12px 14px; transition: all 0.2s ease-in-out 0s; } .kleo-go-top { background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; bottom: 25px; opacity: 0; padding: 12px 14px; position: fixed; right: -60px; transition: all 0.2s ease-in-out 0s; z-index: 100; } /*ChatRoom*/ #post-35 { border: solid !important; } /*Remove Groups Option*/ #groups-list-options { display: none; } /*Remove Favorites*/ .button.fav.bp-secondary-action { display: none; } #activity-favorites { display: none; } /*Remove User and Photo Above Update Box*/ .activity-greeting { margin-left: 1px !important; } /*Capitalize Group Titles*/ .item-title > a { text-transform: uppercase; } /*Remove Whats New Avatar */ #whats-new-avatar { display: none !important; } /*Remove Forum Author Footer */ .bbp-footer { display: none; } /* Align Group Widget Titles */ .item-title { margin-top: 31px; } /* Group Body Adjusting*/ .template-page.col-sm-6.col-sm-push-3.tpl-3lr { padding-top: 0; } /* Remove Top Total Group Count*/ #pag-top { display: none !important; } /* Remove Top Total Group Count Small*/ #groups-all span { display: none !important; } /* Remove Top All Groups Text*/ #groups-all { display: none; } /* Logo Adjusting*/ .navbar-header:before, .navbar-header:after { padding-top: 15px; } .navbar-header .logo { margin-left: -22px; } /* Search Knowledge Base Logo Alignment */ .widget form#bbp-search-form .button { margin-top: 3px; } /* Sidebar Adjusting*/ .inner-content { margin-top: -52px; } /* Remove Bottom Of Header Border*/ .container-wrap.main-title.alternate-color.border-bottom { display: none; } /* Login Widget White Text*/ #bp-login-widget-form { color: white; } bp-login-widget-user-login { color: white; } bp-login-widget-submit { color: white; } .input { color: white; } /* Answers Search Bar Resizing and Alignment*/ .dwqa-search-input { margin-left: 856px !important; width: 35% !important; height: 50px !important; } /* Answers Question Bar Resized*/ #question-category { width: 75%; } /* Answers Gray Bar Made White*/ .kleo-page { background: none repeat scroll 0 0 #FFFFFF; } /* Answers Body Resize and Align*/ #dwqa-submit-question-form { margin-left: 20%; margin-top: 3% !important; width: 60% !important; } /* Remove P In Answers Footer*/ #mce_55 { display: none; } /* Answers Search Bar Icon Alignment*/ .dwqa-search-submit.fa.fa-search { margin-right: 15px; } /* Answers Search Bar Background Color*/ .dwqa-search .dwqa-search-form { background: none repeat scroll 0 0 #FFFFFF; } /* Resize Question Category Box*/ #question-category { height: 31px; } #question-tag { height: 31px; } /* Line Beneath Answers Search Bar Removal*/ .filter-bar { border-top: 0 none !important; } /* Line Beneath Header Removal*/ .kleo-main-header { border-bottom: 0 none !important; } /* Groups Subtext Alignment*/ #groups-list-options { text-align: center; } /* Remove Bottom Total Group Count*/ #group-dir-count-bottom { display: none; } /* Remove All Members Count On Profile*/ #activity-all span { display: none !important; } /* Remove Forum Meta Info*/ .bbp-topic-started-by { display: none; } .bbp-topic-freshness { display: none; } .bbp-topic-voice-count { display: none; } .bbp-topic-reply-count { display: none; } .bbp-reply-author { display: none; } .bbp-topic-author { display: none; } #bbp-topic-revision-log-464-item-465 { display: none; } /* Remove All Members Count On Profile*/ #members-all span { display: none !important; } /* Center Widget Titles*/ .widget-title { text-align: center; } /* Remove All Members Count On Members Page Top*/ #member-dir-count-top { display: none; } /* Remove All Members Count On Members Page Bottom*/ #member-dir-count-bottom { display: none; } /* Logo Resize*/ .navbar-header .logo { float: left; height: 88px; overflow: visible; width: 286px; } /* Forum Header Removal */ .bbp-header { display: none; } /* Forum Center Text and Photo */ .bbp-reply-content { margin-left: 18px !important; } /* Time Last Logged In Removal */ .item-meta { display: none; } /* Chatroom timestamp gone */ .quick-chat-history-timestring { display: none; } /* Ask Question Body Dropped */ #submit-question > form { margin-top: 45px; } /* Answers Title Removal */ .dwqa-page-title { display: none; } /* Widget Avatar Size */ .widget.buddypress div.item-avatar img.avatar { border-radius: 100%; float: left; height: 70px; margin: 0 8px 15px 0; width: 70px; } /* Testimonial Slider */ kleo-testimonials { height: 30px; } /* WP Logo on admin bar */ #wp-admin-bar-wp-logo { display:none; } /*Remove Smaller Numbers on Animated Counting Numbers on Homepage */ .wpb_wrapper > p { display: none; } /*Dropdown Menu Alignment */ .dropdown-menu.pull-left { margin-top: -3px !important; margin-left: 10px !important; } /*Username on profile Alignment */ #item-header-content { margin-top: 5px; } /*Remove FORUM icon on profile */ #user-forums { display: none !important; } /*Remove NOTIFICATIONS icon on profile */ #user-notifications { display: none !important; } /*Remove last login on profile */ #item-header-content .activity { display:none !important; }
- The topic ‘Post is cut off at top…’ is closed to new replies.