-
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 9 months ago
-
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 9 months ago
Hi @bstrehl,
Please try applying the given css using ‘Simple custom css’ plugin. As i have applied the css and it works for me . Please refer to following screenshot.
Regards
Anve -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 9 months ago
Hi @bstrehl,
Please try applying the following css in child theme’s custom css option.
@media screen and (max-width:480px){
body.activity #buddypress .activity {
padding: 0 10px !important;
}
}
Regards
Anve -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 9 months ago
HI @bstrehl,
Sorry but i can not replicate the issue of yours since it is looking fine at our end . PM me the site details , will check there and provide you the css.
Regards
Anve -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 9 months ago
HI @bstrehl,
Please attach a screenshot to explain it as i am unable to understand it completely.
Regards
Anve -
Anve S. replied to the question Live notifications comments & likes looping in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Thanks for sending the details , our developers will check and will revert back to you asap.
Regards
Anve -
Anve S. replied to the question Live notifications comments & likes looping in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
I apologize for delayed response , try deactivating live notification plugin and check you still are getting error on single activity page.
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Please replace the above given code by the following . This way you can have your buddypanel without messing it up.
@media screen and (min-width:480px){
.header-inner .header-navigation #header-menu > ul > li {
height: 48px !important;
}
}Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
I have checked your site and to me it appears absolutely fine . The buddypanel menus are not messed up . Please check once again .See the attached screenshot .
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Yeah it makes some difference when it comes to css overriding. Glad to hear that it is solved 🙂
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Try installing and activating ‘simple custom css’ plugin .Apply the css in custom css menu from backend.
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Please add following custom css .
@media screen and (min-width:480px){
#header-menu > ul > li {
height: 48px!important;
}
}
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Please apply the following css in child theme custom css option.
#header-menu > ul > li {
height: 48px!important;
}
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 10 months ago
HI @bstrehl ,
Please tell us which version of theme are you using and your activated / installed plugins list . Seems some plugin is conflicting on your site.
Regards
Anve