Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

change width of sidebar-2

8 years 11 months ago
Licenses:
JomSocial Expired Socialize Expired

I am trying to reduce the width of the Sidebar-2 module position.

I use the info from this post but its not working at all.

www.jomsocial.com/forum/technical-issues...oins-question#126193

8 years 11 months ago
Licenses:

Hi Christos,

here the CSS that you need to put at /templates/socialize/css/custom.css

.t3-content.col-md-9 {
  width: 50%;
}

.t3-sidebar-right.col-md-3 {
  width: 50%;
}

total of both width value must 100%.

Regards

The following user(s) said Thank You: Christos
8 years 11 months ago
Licenses:
JomSocial Expired Socialize Expired

Thank you. It works!!! :-)

8 years 11 months ago
Licenses:
JomSocial Expired Socialize Expired

And what if i want to change the width of Sidebar-1 at the same time?

8 years 11 months ago
Licenses:
JomSocial Expired Socialize Expired

I also noticed that it doesnt work in mobile view. Please check.


Attachment break.jpg not found

Attachments:
8 years 11 months ago
Licenses:

Hi Christos,

please provide me FTP access detail by editing your first post at this topic. and put it at site info form.
I will do it for you, and let you know later about the changes.

Regards

8 years 11 months ago
Licenses:
JomSocial Expired Socialize Expired

ok, done

Albertus wrote: please provide me FTP access detail

8 years 11 months ago
Licenses:

Hi Christos,

here the css that I put at custom.css

@media (min-width: 992px) {
  .t3-content.col-md-9 {
    width: 78%;
  }
   
  .t3-sidebar-right.col-md-3 {
    width: 22%;
  }
}

@media (min-width: 768px) {
  .t3-content.col-sm-8 {
    width: 78%;
  }
   
  .t3-sidebar-right.col-sm-4 {
    width: 22%;
  }
}

/* sidebar-1 */
@media only screen and (min-width: 992px) {
  .joms-sidebar {
      width: 38%;
  }

  .joms-main {
    width: 62%;
  }
}

all those CSS for responsive layout.

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW