Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • ciudadescolar Friend
    #205584

    Good Morning,

    I want to reduce the size of the logo box, because canvas menu goes down. There is white space to left and to the rigth of the image logo. I think that if we reduce this white space canvas will go up again. I’ve tried this in custom.css but it doesn’t work:
    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: auto;
    }
    .logo-image img {
    max-width: 100%;
    max-height: 100%;
    margin-left: 0px;
    margin-right:0px;
    padding-left: 0px;
    padding-right: 0px;
    float:left;
    }

    I adjoint a capture of the problem, Thank you in advance


    1. duda
    TomC Moderator
    #567260

    custom.css may not work because you’re working with the J2.5 version of JA Uber

    Try This . . . . . .

    Within file path –> /templates/uber/css/template.css
    at line 5809, modify as follows:


    .logo-image {
    float: left;
    min-width: 110px;
    padding-left: 0px;
    padding-right: 0px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    ciudadescolar Friend
    #568023

    Thank you very much.
    I’ve got to reduce logo box but canvas menu still goes down. I’ve tried this in template.css but it doesn’t work:
    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: auto;
    }

    How can I fix it?
    Thank you in advance

    ciudadescolar Friend
    #733129

    Thank you very much.
    I’ve got to reduce logo box but canvas menu still goes down. I’ve tried this in template.css but it doesn’t work:
    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: auto;
    }

    How can I fix it?
    Thank you in advance

    TomC Moderator
    #568088

    <em>@ciudadescolar 469977 wrote:</em><blockquote>Thank you very much.
    I’ve got to reduce logo box but canvas menu still goes down. I’ve tried this in template.css but it doesn’t work:
    .
    How can I fix it?
    Thank you in advance</blockquote>

    Not entirely certain what you’re referring to . . . screenshot ??

    ciudadescolar Friend
    #568203

    Of course, I adjoint a screenshot. I want the canvas menu at top (same positon of megamenu)

    Thank you in advance


    1. canvas
    ciudadescolar Friend
    #733299

    Of course, I adjoint a screenshot. I want the canvas menu at top (same positon of megamenu)

    Thank you in advance

    Saguaros Moderator
    #568383

    In the ‘custom.css’ file, look at this css rule:

    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: auto;
    }

    You can change it to:

    @media (min-width: 992px) {
    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: 40px;
    }
    }

    Saguaros Moderator
    #733479

    In the ‘custom.css’ file, look at this css rule:

    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: auto;
    }

    You can change it to:

    @media (min-width: 992px) {
    .site-navigation-right.pull-right.col-sm-5.col-md-3 {
    width: 40px;
    }
    }

    ciudadescolar Friend
    #568642

    Great!! It works! Thank you very much

    ciudadescolar Friend
    #733736

    Great!! It works! Thank you very much

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

This topic contains 11 replies, has 3 voices, and was last updated by  ciudadescolar 9 years, 6 months ago.

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