New Landing How can we help? Themeforest Theme Support Dante Align Logo to left

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #89644
    Ernest Alexandre
    Member
    Post count: 27

    Hi all ๐Ÿ™‚

    How can i align mi logo image to left?

    web: http://airesdemadrid.com/

    attached image example

    #89711
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You have this in your custom css:

    .col-sm-4.logo-left {
    width: 1275%;
    }
    .header-right.col-sm-8 {
    width: 1275;
    }
    #header-section #header {
        padding: 0px 0px; 
    }

    why is that? 1275%?

    – Kyle

    #89757
    Ernest Alexandre
    Member
    Post count: 27

    ups ๐Ÿ™‚ is and error sorry, the size of logo is 1275px. I just forget put px

    .col-sm-4.logo-left {
    width: 1275px
    }
    .header-right.col-sm-8 {
    width: 1275px;
    }
    #header-section #header {
        padding: 0px 0px; 
    }

    But you’d know how to do to adjust the logo on the left?

    web: http://airesdemadrid.com/

    #89761
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can’t use that CSS, the site is only 940px wide

    Use this instead:

    .col-sm-4.logo-left {
    width: 100%
    }
    .header-right.col-sm-8 {
    width: 0;
    }

    The reason your logo looks out of line is because the rev slider is too big, you need to set the width to 940

    – Kyle

    #89768
    Ernest Alexandre
    Member
    Post count: 27

    Thank you Kyle ^^

    Is there any way to adjust the logo image at the center of the gird?

    To fit both sides equally. rather than just to the left?

    #89772
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That CSS will do it

    – Kyle

    #89802
    Ernest Alexandre
    Member
    Post count: 27

    Thank you Kyle ^^

    in general options. The Site Max-Width are 1170px or 940px. currently I have selected the option of 1170px. but. How I can put 1280px?

    Because my slides web and logo images are 1280 px

    can be done with css or otherwise?

    thank you very much for your help and your time.

    #89806
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately the 2 options are the only widths available

    – Kyle

    #89811
    Ernest Alexandre
    Member
    Post count: 27

    Okey Kyle, one more thanks for all

    #89815
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register