- Posts: 7
- Thank you received: 0
Smth wrong with a page width
-
vadimgeo
Inactive member - Topic Author
- New Member
Less
More
11 years 11 months ago #22310
by vadimgeo
Smth wrong with a page width was created by vadimgeo
Look at
www.dobrochyn.org/index.php/features/blo...rs=0&limitstart20=10
There is nothing in right position, but a list shifted to the left. It should be a list the entire width of the page. And I have this problem at different pages too. What should I do to correct it?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6690
- Thank you received: 709
11 years 11 months ago #22316
by milos
Replied by milos on topic Smth wrong with a page width
Can you disable the search module from the left position or add another module on that position. Perhaps this makes a problem somehow. Is it modified search module?
Please Log in to join the conversation.
-
vadimgeo
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
11 years 11 months ago #22317
by vadimgeo
Replied by vadimgeo on topic Smth wrong with a page width
It is original search module installed with your template. Of course I can disable it from the left position as urgent action, but I'd like to have full flexibility with your template without additional limitations by bugs. Possibly this info about this situation from another forum will be useful for you to overcome this problem:
"You have a "wrapper" div, of class 'content_wrap_noright', which is set to a fixed width of 708px.
The only reason the map you point uses the full page width is because it's a Google map image, and you've specified 900px as the fixed width of that map in the viz settings. And because a Google map is a single, non-breakable entity, it overflows that wrapper size of 708px. The only way to solve this one is to find whatever it is in your J! template which is setting that 708px fixed content width using the 'content_wrap_noright' class, and up it to whatever you want. BTW, that 'content_wrap_noright' seems to be hard coded into the main page content, in the "Hot Flashes" template. It isn't part of a separately included CSS style sheet. So you'll probably need to edit the HTML of your template, by going to the template manager, templates tab, click on the template name, and 'edit main page'.
Hope it will be useful for you and please, let me know when you correct it and tell me what and where should I do to fix this bug at my site. Thank you!
"You have a "wrapper" div, of class 'content_wrap_noright', which is set to a fixed width of 708px.
The only reason the map you point uses the full page width is because it's a Google map image, and you've specified 900px as the fixed width of that map in the viz settings. And because a Google map is a single, non-breakable entity, it overflows that wrapper size of 708px. The only way to solve this one is to find whatever it is in your J! template which is setting that 708px fixed content width using the 'content_wrap_noright' class, and up it to whatever you want. BTW, that 'content_wrap_noright' seems to be hard coded into the main page content, in the "Hot Flashes" template. It isn't part of a separately included CSS style sheet. So you'll probably need to edit the HTML of your template, by going to the template manager, templates tab, click on the template name, and 'edit main page'.
Hope it will be useful for you and please, let me know when you correct it and tell me what and where should I do to fix this bug at my site. Thank you!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6690
- Thank you received: 709
11 years 11 months ago #22320
by milos
Replied by milos on topic Smth wrong with a page width
Please publish ANY OTHER module to the left positon (above or under the Search) and let me know if it works then as it should or still wrong?
Please Log in to join the conversation.
-
vadimgeo
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
11 years 11 months ago #22458
by vadimgeo
Replied by vadimgeo on topic Smth wrong with a page width
I did, together with another module it works then as it should, hope it helps you to find problem.
It's a pity but I find one more problem, which is not connected with search module. Check here www.dobrochyn.org/index.php/dobavit-gorod and you'll see overlay. Let me know what should I do to correct it too.
It's a pity but I find one more problem, which is not connected with search module. Check here www.dobrochyn.org/index.php/dobavit-gorod and you'll see overlay. Let me know what should I do to correct it too.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #22463
by ivan.milic
Replied by ivan.milic on topic Smth wrong with a page width
add this to layout.css:
.column_left_pad{
min-height: 600px;
}
.column_left_pad{
min-height: 600px;
}
Please Log in to join the conversation.
Time to create page: 0.295 seconds