- Posts: 40
- Thank you received: 0
Site Size
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
13 years 7 months ago #10299
by mikegro
I thought this Wellness template was less than 1000 pixels wide. If you go to evelyn.net.au you will see there is a horizontal scroll bar when the monitoris is set to 1024x768… I haven’t changed the dimensions at all on this site… the entire site fits on the screen thankfully and the scroll bar just scrolls to some blank white space, but still – it looks unprofessional having a horizontal scroll bar these days. Please help.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
13 years 7 months ago #10330
by milos
Replied by milos on topic Re: Site Size
You can control template widths in template parameter. Also, you can control Accordion module width in the module settings. Anyway, I must say that screens with resolution 1024px is below today's standards. Most of users have much higher resolutions.
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 7 months ago #10331
by mikegro
Replied by mikegro on topic Re: Site Size
I adjusted the accordion... and the site is set for the default size... it shouldnt be doing that... something is bleeding over... I realize 1024 is somewhat thin these days but when a template is 960 or so... still should fit... and a large percentage of people still use 1024...
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 7 months ago #10332
by mikegro
Replied by mikegro on topic Re: Site Size
Couple other quick things...
1. It never did get centered... if you remember, one of my original questions... any thoughts?
2. Also - is the css width for that module position on this 100% or is it set pixel wide?
1. It never did get centered... if you remember, one of my original questions... any thoughts?
2. Also - is the css width for that module position on this 100% or is it set pixel wide?
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 7 months ago - 13 years 7 months ago #10333
by mikegro
Replied by mikegro on topic Re: Site Size
Take a look at the site... i just noticed the slot 6 image, which is a plant... starts to move over when you scroll on it but only appears when you move the mouse all the way over... evelyn.net.au is the site... there should be 6 images on the accordion... you will only see 5 until you move the mouse up to the right...
By the way... the dimensions and settings for the module are the same you sent to me in of the demo... all 6 slots are the same in that they have text, same size images, all activated... nothing wacky or extra plugins are on that particular page...
By the way... the dimensions and settings for the module are the same you sent to me in of the demo... all 6 slots are the same in that they have text, same size images, all activated... nothing wacky or extra plugins are on that particular page...
Last edit: 13 years 7 months ago by mikegro. Reason: clarify
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #10338
by ivan.milic
Replied by ivan.milic on topic Re: Site Size
About centering open layout.css and find this:
.rotator_module {
margin: -9px 0 25px 0;
padding: 20px 10px 0 28px;
}
change it to this:
.rotator_module {
margin: -9px 0 25px 0;
padding: 20px 10px 0 8px;
}
for 6th image reduce siye of active block from 590px to 500px
.rotator_module {
margin: -9px 0 25px 0;
padding: 20px 10px 0 28px;
}
change it to this:
.rotator_module {
margin: -9px 0 25px 0;
padding: 20px 10px 0 8px;
}
for 6th image reduce siye of active block from 590px to 500px
Please Log in to join the conversation.
Time to create page: 0.093 seconds