New Landing How can we help? Themeforest Theme Support Dante Extra Class not working

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #65116
    robmcmon
    Member
    Post count: 29

    I am on the latest version of the theme and the latest version of wordpress

    I am trying to use the extra class feature on a text block to make the min-height always be say 700 pixels. But nothing I do is working. I put the name of the class in and then went to my custom css file and create the style for it. and nothing happens. please how am i suppose to use this feature!!!

    #65200
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could your provide me with a login to that I can investigate if you have done it correctly.?

    – Kyle

    #67448
    robmcmon
    Member
    Post count: 29

    How is the correct way to do it? I assume you place a text name into the extra class box “something” and then in your style sheet put ” .something { color:#fff;} “do you not?

    #67502
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes that is correct, but I can’t investigate why it’s not working without seeing your link.

    – Kyle

    #67734
    robmcmon
    Member
    Post count: 29

    yeah that doesn’t work at all. I’ve tried it multiple times in different areas.

    #67743
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Could I see your link? I can’t solve the issue without it

    – Kyle

    #67755
    robmcmon
    Member
    Post count: 29
    This reply has been marked as private.
    #67876
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please tell me what page, and what element you are trying to add an extra class on. And what the extra class should be

    – Kyle

    #68159
    robmcmon
    Member
    Post count: 29

    Hi Kyle,

    On the my-account page. I was just trying to add a extra class in order to make both the text boxes the exact same height. The only reason they are the same height right now is because I put code on the login div on the left. But basically I was trying to say give the left box a min-height of say 400 and the left box a min-height of say 400 as a example. Just so they always appear even. But the extra class function did not work when I tried it.

    -Robert

    #68420
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code at Admin -> Theme Options -> Custom CSS => Here put this code and update options
    div.post-5864 div.spb_wrapper div.box-content-wrap{height:330px;}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68434
    robmcmon
    Member
    Post count: 29

    Yes but your using direct code on a individual element outside of using the actual function built into the element called “extra class”. I had given the extra class a name of “myaccountheight” then created a custom css for that class in my style sheet but there was no effect.

    #68486
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please post your myaccountheight class code so i can check that what is wrong with this class ? Where did you put this code ? I dont see this class in your files or page .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68939
    robmcmon
    Member
    Post count: 29

    It is located on the content box to the left on the my account page.

    #69011
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Your class declaration is wrong . Please remove this one code

    #spb_content_element col-sm-6 myaccountheight spb_box_text whitestroke {
    	min-height: 1000px;	
    }

    Use this right css code

    .myaccountheight{
    	min-height: 1000px;	
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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