Shape 5

Joomla Templates => Game World - Club => : uartur March 12, 2017, 03:00:18 PM



: Problem with width
: uartur March 12, 2017, 03:00:18 PM
Hi, I have got a problem with width of my site: konferencjemedyczne.info. Width is too large!
Could you help me? :-)


: Re: Problem with width
: mikek March 13, 2017, 07:13:49 AM
Hello,

You can set the width of the site to any size you would like in the template configuration under the Main/Layout page.


: Re: Problem with width
: uartur March 13, 2017, 09:11:07 AM
Yes I know. It is set to 1306px, like in siteshaper. The site you can scroll right, I don't know why ;-)

I think, problem is with: s5_center_column_wrap !


: Re: Problem with width
: mikek March 14, 2017, 07:10:26 AM
Hello,

Please post a url.


: Re: Problem with width
: uartur March 14, 2017, 07:27:57 AM
Hello,
www.konferencjemedyczne.info


: Re: Problem with width
: mikek March 15, 2017, 07:52:04 AM
Hello,

I don't see any issues with your site. It is going to fluid width on smaller screen and there is no time where there is a scrollbar to go right. I would suggest checking on a second machine.


: Re: Problem with width
: uartur March 15, 2017, 10:56:55 AM
Hello, I send you an image with issues.
#s5_center_column_wrap all is out of "main page", on the right.
You can see it, i think, when you press right arrow on keybord.
I checked it on different machines with diferent resolutions: phones, tablets, pc res. 1366x768,  pc res.1920x1080.
And every is the same issues...


: Re: Problem with width
: mikek March 15, 2017, 05:55:36 PM
Hello,

The column wrap is supposed to show off to the side like that, with the layout of the columns the content still appears in the middle though. I am not sure why it's scrolling, but if you add the following to custom.css it should take care of it:

#s5_center_area1 {
overflow:hidden;
}


: Re: Problem with width
: uartur March 15, 2017, 06:18:15 PM
Hello Mike,
it's working.

Thanx a lot! :-)


: Re: Problem with width
: uartur March 31, 2017, 02:41:26 AM
Hi, my problem with width again appeared. On PC and mobile... :-(
www.konferencjemedyczne.info


: Re: Problem with width
: mikek March 31, 2017, 07:12:17 AM
Hello,

You are making modifications to the template's css. This is now being called:

#s5_center_area1 {
    overflow: visible !important;
}

It is being called from this file:

https://www.konferencjemedyczne.info/components/com_jevents/assets/css/jevcustom.css?3.4.33

I don't know why there are template calls in one of your component css files. They should not be in there. You can try changing the code above in custom.css to this:

#s5_center_area1 {
overflow:hidden !important;
}

But you should remove any modifications you have made to the template.


: Re: Problem with width
: uartur March 31, 2017, 08:51:56 AM
Hi Mike,
I added it in jevcostom.css at the end :-) and it's working. If necessary I will add it to every .css files :-), at the end.
tkanx.