Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

constrain elements inside left row

10 years 4 weeks ago
Licenses:
JomSocial Active Socialize Expired

ISSUE SUMMARY:
I added a custom module on this position (check attachment) it get very enlarged, I am ok with the size of the column but I would like to constrain the elements inside so it look a little better, how can I permanently do this change? also noticed that when i put an adsense unit it make it 300x600 do i have a way to control that?

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

10 years 4 weeks ago
Licenses:

Hi Salomon,

I dont see attachment at this topic. maybe you forget to click "insert" after file selected.
and I need administrator access detail, so I can have a look to that modules.

Regards

10 years 3 weeks ago
Licenses:
JomSocial Active Socialize Expired

sorry here is atacment

Attachments:
10 years 3 weeks ago
Licenses:
JomSocial Active Socialize Expired

for clarification sake this happens with hellome module as well. I would like to constrain the elements in a way that coloum keeps its size but it docent look so warped and strange.... this same elements look good in sidebar-1 of socialize but here this happens...

Attachments:
10 years 3 weeks ago
Licenses:
JomSocial Active Socialize Expired

news?

10 years 3 weeks ago
Licenses:

Hi,

here the css that you need to put at template custom css

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

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

main and sidebar total width must 100%.

about how to put custom CSS,
if your site using Gantry: docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet
if your site using socialize, put that css at /templates/socialize/css/custom.css

Regards

10 years 3 weeks ago
Licenses:
JomSocial Active Socialize Expired

it didn't work out very good. it is too much . also it created an estrange space in the other side, see attachment.

I wanted to constrain the elements inside the bar only for this especific modules not all the bar, if all the bar is changed normal modules will look strange...

Thanks again!

Attachments:
10 years 3 weeks ago
Licenses:
JomSocial Active Socialize Expired

see here:
anxietysocialnet.malevich.com.ua/index.p...rid=14512&Itemid=108

preferably I would like to constrain elements individually and not mess with Jomsocial sidebar. Elements should be around 250px wide.
for module in picture and for "hellome" module

Thanks agaian!

10 years 3 weeks ago
Licenses:

Hi Salomon,

please changing the both width value. but the total value for both width must 100%.
and about toolbar issue. seem that because the menu items are too much/long.

I cant login to your site, always got this error:



seem you must turn off joomla user log or you must make logs folder writable.

Regards

Attachments:
10 years 2 weeks ago
Licenses:
JomSocial Active Socialize Expired

send you log in details by community pm...but is i set with 100% will be back to normal and still need a fix....o not?

10 years 2 weeks ago
Licenses:

Hi Salomon,

please edit /templates/socialize/css/custom.css
and changing the code to:

@media only screen and (min-width: 992px) {
.joms-sidebar {
    width: 27%;
}
.joms-main {
    width: 73%;
}
}

Regards

10 years 2 weeks ago
Licenses:
JomSocial Active Socialize Expired

is there a way for this not to afect groups?

anxietysocialnet.malevich.com.ua/index.p...oupid=143&Itemid=108

it really make groups look bad....

Thanks!

10 years 2 weeks ago
Licenses:

Hi Salomon,

please changing that CSS to:

@media only screen and (min-width: 992px) {
.joms-sidebar {
    width: 27%;
}
.joms-main {
    width: 73%;
}

.cGroups .joms-sidebar {
    width: 43%;
}

.cGroups .joms-main {
  width: 57%;
}

}

Regards

The following user(s) said Thank You: salomon
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