test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brenot Friend
    #723641

    Hi,

    http://www.espiritosanta.com.br/_joomla3/

    can somebody help me to centralize the LOGO at the Mobile ? (iphone by sample)

    Thanks

    Saguaros Moderator
    #723728

    Hi brenot,

    You can try with this tweak:

    – Open the file: /root/templates/uber/acm/header/less/style.less

    – Look for this declaration:


    // Logo Image
    // ----------
    div.logo-image {
    padding-right: @grid-gutter-width/2;
    padding-left: @grid-gutter-width/2;
    min-width: 0;
    float: left;

    @media (max-width: 320px) {
    }

    .container

    change it to:


    // Logo Image
    // ----------
    div.logo-image {
    padding-right: @grid-gutter-width/2;
    padding-left: @grid-gutter-width/2;
    min-width: 0;
    float: left;

    .container }

    you can change the value of padding-left property to suit your need

    Saguaros Moderator
    #754220

    Hi brenot,

    You can try with this tweak:

    – Open the file: /root/templates/uber/acm/header/less/style.less

    – Look for this declaration:


    // Logo Image
    // ----------
    div.logo-image {
    padding-right: @grid-gutter-width/2;
    padding-left: @grid-gutter-width/2;
    min-width: 0;
    float: left;

    @media (max-width: 320px) {
    }

    .container

    change it to:


    // Logo Image
    // ----------
    div.logo-image {
    padding-right: @grid-gutter-width/2;
    padding-left: @grid-gutter-width/2;
    min-width: 0;
    float: left;

    .container }

    you can change the value of padding-left property to suit your need

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 9 years ago.

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