New Landing How can we help? Themeforest Theme Support Dante Reduce Header and apply wrap to title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #98202
    PeJaM
    Member
    Post count: 24

    Hi,

    Can you please provide me with the css to reduce the header (white space) and to be able to wrap the site title. At the moment the Taobao Direct, English Taobao agent is split over two lines. However I need Taobao Direct as the first line and the English Taobao agent on the second line.

    #98241
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .col-sm-4.logo-center {
      width: 100%;
    }
    .header-left.col-sm-4, .header-right.col-sm-4 {
      display: none;
    }
    #header-section #header {
      padding: 15px 0 25px;
    }

    – Kyle

    #98693
    PeJaM
    Member
    Post count: 24

    Thank you,

    How to wrap the title?

    #98711
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its looking perfect here. Please attach a marked screenshot so i can look into this.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #98816
    PeJaM
    Member
    Post count: 24

    Hi,

    Please check the website http://www.taobaodirect.co you will see that it is all one one line. How to create a 2 line title?

    #98821
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #logo h1 {
      margin: 0 auto;
      width: 250px;
    }

    then you will need to increase the max height in the theme options for the logo

    – Kyle

    #98823
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use Kyle code and this code also:-

    #logo {
        max-height: 70px !important;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 7 posts - 1 through 7 (of 7 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