-
AuthorPosts
-
September 15, 2015 at 1:49 pm #684151
We want to center the icons in this website, now they are left .
Thanksjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 15, 2015 at 2:03 pm #684185Hi there
I can’t access your site<blockquote>Not Found
The requested URL /lasafa/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</blockquote>
Please check it at your side than i can inspect it.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 15, 2015 at 2:03 pm #748649Hi there
I can’t access your site<blockquote>Not Found
The requested URL /lasafa/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</blockquote>
Please check it at your side than i can inspect it.
Thank you,
Viet VuSeptember 15, 2015 at 2:06 pm #684187September 15, 2015 at 2:06 pm #748651jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 15, 2015 at 2:16 pm #684190Hi there
I can load your site but don’t know which element you want to work on ?
Would you mind provide screenshot.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 15, 2015 at 2:16 pm #748654Hi there
I can load your site but don’t know which element you want to work on ?
Would you mind provide screenshot.Thank you,
Viet VuSeptember 15, 2015 at 2:27 pm #684192http://www.tecnologiasburgos.com/safa/
department position Comedor Extraescolares, etc…
September 15, 2015 at 2:27 pm #748656http://www.tecnologiasburgos.com/safa/
department position Comedor Extraescolares, etc…
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 15, 2015 at 2:33 pm #684194Hi there
Please apply this cssul.department-list {
width: 100%;
}and
ul.department-list li {
width: 14.2%;
}To templates/ja_university/css/template.css
Than you’ll have like this
https://www.dropbox.com/s/od843nt82yc24v5/2015-09-15_21-34-22.png?dl=0
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 15, 2015 at 2:33 pm #748658Hi there
Please apply this cssul.department-list {
width: 100%;
}and
ul.department-list li {
width: 14.2%;
}To templates/ja_university/css/template.css
Than you’ll have like this
https://www.dropbox.com/s/od843nt82yc24v5/2015-09-15_21-34-22.png?dl=0
Thank you,
Viet VuFernando Puente Dominguez FriendFernando Puente Dominguez
- Join date:
- September 2008
- Posts:
- 30
- Downloads:
- 22
- Uploads:
- 8
- Thanks:
- 4
January 13, 2017 at 5:37 pm #1002147Hi,
I am trying this fix but cannot make it work. Can you please specify the exact classes to modify?
There’s
.department-list ul.department-list li {
But also
@media screen and (min-width: 992px) { .department-list ul.department-list li {
.department-list ul.department-list li a {
Which exact line should we edit?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Fernando Puente Dominguez FriendFernando Puente Dominguez
- Join date:
- September 2008
- Posts:
- 30
- Downloads:
- 22
- Uploads:
- 8
- Thanks:
- 4
January 22, 2017 at 4:22 pm #1004485This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 23, 2017 at 4:05 am #1004587Hi fpuente,
You can apply this way to your site
- Open templates/ja_university_t3/local/css/template.css file
from
@media screen and (min-width: 992px) { .department-list ul.department-list li { display: block; float: left; margin-bottom: 0; } } @media screen and (max-width: 992px) { .department-list ul.department-list { text-align: center; } }
to
@media screen and (min-width: 992px) { .department-list ul.department-list li { display: block; float: left; margin-bottom: 0; width: 14%; } } @media screen and (max-width: 992px) { .department-list ul.department-list { text-align: center; width: 100%; } }
Hope it helps
Regards
-
AuthorPosts
This topic contains 14 replies, has 4 voices, and was last updated by Ninja Lead 7 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum