New Landing How can we help? Themeforest Theme Support Dante Increase fancy header height and remove title

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Dante
  • #205627
    CDMedia
    Member
    Post count: 20

    Hi there, I am trying to increase the size of the fancy header at the top of the page and remove the heading.

    I have tried using the following code and I cannot get it to work. Any suggestions?

    .page-heading.fancy-heading{
    padding-top:520px !important;
    padding-bottom:420px !important;
    }

    .fancy-heading h1 {
    display: none !important;
    }

    Also, can I center the tabs in the specifications section?

    Thanks

    #205676
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    any reason you would want to do that? Rather than just using a parallax asset?

    – Kyle

    #206024
    CDMedia
    Member
    Post count: 20

    I was just trying to avoid using a slider for a single image. The Parallax asset doesn’t seem to work too well on mobiles. I’ll just use a slider instead.

    Is there a way to center the tabs under specifications on that page?

    Thanks

    #206055
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (min-width: 769px) { 
    .spb_tabs .nav-tabs {
      display: block !important;
      margin: 0 auto 20px;
      width: 600px;
    }
    }
    

    – Kyle

    #206536
    CDMedia
    Member
    Post count: 20
    This reply has been marked as private.
    #206537
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You had three syntax errors in your custom css area. I have resolved it so please check it now.
    Thanks
    Mohammad

    #206572
    CDMedia
    Member
    Post count: 20

    Thanks for your quick response Mohammad.

    I tried to add a min-height of 300px to the tabs section so that the size didn’t change when the tabs changed and that seems to have broken your fix for some reason? (My change has now been removed)

    Would you be able to have another look at it for me. Thanks again.

    #206586
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    What do you want to achieve in tabs? Where do you have tabs at home page? Please explain your issue in detail. I just corrected the custom css code syntax error to work it properly.
    Thanks
    Mohammad

    #206588
    CDMedia
    Member
    Post count: 20
    This reply has been marked as private.
    #207067
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) Center Tabs:

    .spb_tabs .nav-tabs {
    text-align: center!important;
    }
    
    .nav-tabs>li {
    float: none!important;
    display: inline-block!important;
    }

    2) Min height on tabs:

    .tab-content {
        min-height: 300px!important;
    }

    Thanks,
    David.

    #207920
    CDMedia
    Member
    Post count: 20

    Thanks for the response David, appreciate your team’s support as always. All working now.

    #207932
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks David.
    Mohammad

    #208108
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem – happy to help.

    – David.

    #302362
    Elton
    Member
    Post count: 4

    Hi

    1. I am trying to reduce the image height of the fancy header for the single blog posts – please assist
    2. I am trying to change the colour of the Blog Fancy Header Text – Please assist

    Thanks for your kind attention.

    Regards

    #302571
    David Martin – Support
    Moderator
    Post count: 20834

    Please create a new thread so you can privately post your WP URL/login details for us.

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