Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Color and width

9 years 3 months ago
  • azri's Avatar
    Topic Author
  • azri
  • Offline
  • Fresh Boarder
  • Posts: 58
  • Thank you received: 2
Licenses:
JomSocial Active Socialize Expired

ISSUE SUMMARY:
really love the setting of socialize made. I need the color for menu bar same as the header blue...how to change and follow the setting as shown in the picture.. and i need the width to be adjusted as the picture




STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

Attachments:
9 years 3 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Azri,

You should costumize your own stylesheet :

.navbar-default {
    background-color: #2C3E50;
    color: #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0076BA;
}
.t3-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2C3E50;
    color: #ffffff;
    border-bottom: 1px solid #405061;
}
.t3-community-toolbar {
    color: #ffffff;
    background-color: #34495E;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
.body{
    background-color: #1E5D89;
}



I hope it will work

Attachments:
9 years 3 months ago
  • azri's Avatar
    Topic Author
  • azri
  • Offline
  • Fresh Boarder
  • Posts: 58
  • Thank you received: 2
Licenses:
JomSocial Active Socialize Expired

may i know the code for change the sidebar 1 and sidebar 2 width?

Attachments:
9 years 3 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

you can try remove the padding by this code :

.t3-sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

9 years 2 months ago
  • azri's Avatar
    Topic Author
  • azri
  • Offline
  • Fresh Boarder
  • Posts: 58
  • Thank you received: 2
Licenses:
JomSocial Active Socialize Expired

hello dimas,

what i need to to adjust the sidebar width. where, how and what i should do? already try to adjust the padding..but not working

9 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

what do you want looks like? I see your sidebar is wider now..

9 years 2 months ago
  • azri's Avatar
    Topic Author
  • azri
  • Offline
  • Fresh Boarder
  • Posts: 58
  • Thank you received: 2
Licenses:
JomSocial Active Socialize Expired

i need to adjust the sidebar smaller not wider

9 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

its hard to change the sidebar width to be smaller, the easy one is make the main container smaller so it will make the sidebar smaller as well, the code is like this :

.container {
    width: 1190px;
}

thank you!

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