Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • davilico Friend
    #684151

    We want to center the icons in this website, now they are left .
    Thanks

    jooservices Friend
    #684185

    Hi 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 Vu

    jooservices Friend
    #748649

    Hi 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 Vu

    davilico Friend
    #684187
    davilico Friend
    #748651
    jooservices Friend
    #684190

    Hi 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 Vu

    jooservices Friend
    #748654

    Hi 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 Vu

    davilico Friend
    #684192

    http://www.tecnologiasburgos.com/safa/

    department position Comedor Extraescolares, etc…

    davilico Friend
    #748656

    http://www.tecnologiasburgos.com/safa/

    department position Comedor Extraescolares, etc…

    jooservices Friend
    #684194

    Hi there
    Please apply this css

    ul.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 Vu

    jooservices Friend
    #748658

    Hi there
    Please apply this css

    ul.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 Vu

    Fernando Puente Dominguez Friend
    #1002147

    Hi,

    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 Moderator
    #1002516

    @fpuente: You can give me the URL of your site via private reply. I will check it for you

    Fernando Puente Dominguez Friend
    #1004485
    This reply has been marked as private.
    Ninja Lead Moderator
    #1004587

    Hi 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

Viewing 15 posts - 1 through 15 (of 15 total)

This topic contains 14 replies, has 4 voices, and was last updated by  Ninja Lead 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum