Layout template width
Rate this topic:
- GK User
- Wed May 17, 2017 8:48 am
- Reply with quote
- Report this post
Hi,
Layout width is not getting increased. in settings I've changed the Template width to 1940 px , but nothing gets changed.
Pls have a look at the page: https://www.bankcircle.in/ifsc-code , using mosets tree directory there.
----
2. tried uploading favicon from template admin only but it says format not supported , uploaded the favicon.ico file. but it accepts only jpg, png etc files.
Layout width is not getting increased. in settings I've changed the Template width to 1940 px , but nothing gets changed.
Pls have a look at the page: https://www.bankcircle.in/ifsc-code , using mosets tree directory there.
----
2. tried uploading favicon from template admin only but it says format not supported , uploaded the favicon.ico file. but it accepts only jpg, png etc files.
-
- Junior Boarder
- teitbite
- Sat May 20, 2017 12:23 pm
- Reply with quote
- Report this post
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gkPage {
max-width: 1940px;
}
-
- Moderator
- GK User
- Wed May 24, 2017 2:01 pm
- Reply with quote
- Report this post
hi,
this code makes the layout fully streched to screen .... and all modules position haywhere ....
If I change module width to anything more than 1400 px under setting also it gets distorted.
Pls have a look at https://www.bankcircle.in/ifsc-code , need the width to be stretched & sidebar to be approx 30%
this code makes the layout fully streched to screen .... and all modules position haywhere ....
If I change module width to anything more than 1400 px under setting also it gets distorted.
Pls have a look at https://www.bankcircle.in/ifsc-code , need the width to be stretched & sidebar to be approx 30%
-
- Junior Boarder
- teitbite
- Sat May 27, 2017 1:27 pm
- Reply with quote
- Report this post
Hi
Than use a max-widt of 1200px for example. Most common screen size nowadays is 1920px according to google. Sidebar is set to cover 30% already.
Than use a max-widt of 1200px for example. Most common screen size nowadays is 1920px according to google. Sidebar is set to cover 30% already.
- Code: Select all
.gkPage {
max-width: 1220px;
}
-
- Moderator
4 posts
• Page 1 of 1