responsive Design

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Jan 09, 2014 2:24 pm
Hello,

I have an issue using this Theme with Buddypress on a mobile device (smartphone).
The Notifications in the tab on a members Profile are displayed wrong (only in vertical format - in horizontal format everything is fine)

Is there a solution for this or do I have to fix it with the override.css etc.?

IMG-20140109-WA0000.jpg

Thanks
User avatar
Fresh Boarder

GK User
Thu Jan 09, 2014 2:47 pm
Hi,

Could you provide an URL to your website? (here or via PM) then I'll be able to help you with that.
User avatar
Moderator

GK User
Fri Jan 17, 2014 10:55 am
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 8:46 pm
Hi,

Try to add this code into css/override.css file
Code: Select all
@media (max-width: 600px) {
.buddypress article section .notifications td span.gk-table-label {
      display: none;
   }
}
User avatar
Moderator

GK User
Sat Jan 18, 2014 1:55 pm
Seems to work :)
Perfect Thank you
User avatar
Fresh Boarder

GK User
Sun Jan 26, 2014 2:37 pm
Another Question:
Is it possible to fix the header with the menu?
Now I'm using:

Code: Select all
#gk-top {
   position: fixed;
   width: 100%;
   z-index: 100;


But this doesn't work. The menu is displayed like this:
Image

The problem is on the right side:(
User avatar
Fresh Boarder

GK User
Sun Jan 26, 2014 2:38 pm
User avatar
Fresh Boarder

GK User
Mon Jan 27, 2014 9:43 am
Hi,

You should add class"gk-page" into gk-top div: (Msocial/layouts/header.php file)

Code: Select all
<div id="gk-top" class="gk-page">
User avatar
Moderator


cron