Support » Theme: MesoColumn » Tiny CSS issues ith buddypress

  • Resolved valuser

    (@valuser)


    Hi,

    Many thanks for a phenomenal theme-unreal. Can’t believe i missed this!

    Tiny css issues – can be seen on a test site username: boru password: meso ( site is SLOW ) go to activity

    or in images http://i.imgur.com/x34wCUS.png and http://i.imgur.com/vPhPudS.png

    1) please go to “activity”
    for any item click “share” button

    the buttons align vertically with this theme while with every other they align horizontally ??

    i can’t seem to remedy it to align the share buttons horizontally. Any help very much appreciated

    2) when screen is narrowed the item-nav tab items in the profile screen jump a line (this is a minuscule tedious little item – for which i apologise!)

    Mank Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Another one I noticed just now:

    Go to Forums, click on a topic. The “Add a reply” line is aligned strangely on the far right instead of above the reply box.

    Thread Starter valuser

    (@valuser)

    Hi,

    @miko is this your issue – see http://i.imgur.com/kLQNaiL.png

    though, in fairness, it probably deserves its own separate thread!

    Theme Author Richie KS

    (@rkcorp)

    @valuser
    try add this to theme option->custom css

    #custom .share-buttons ul {width:100%;margin:0;padding:0;}
    #custom .share-buttons ul li {width:auto !important;margin:0;padding:0;float:left;}

    #2 – its normal to have the nav out of place if the screen is too narrow to fit all the nav item.

    @miko
    for the forum replay bug, add this to custom css
    #custom #post-topic-reply {clear:both;}

    Thread Starter valuser

    (@valuser)

    Works – Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tiny CSS issues ith buddypress’ is closed to new replies.