New Landing How can we help? Themeforest Theme Support Dante Resize Icon Box One to fit text content

Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Dante
  • #269505
    curtissdc
    Member
    Post count: 62

    Hi, I saw your response to the above users and tried pasting the following

    .page-id-6962 .sf-icon-box[class*=”sf-icon-box-boxed-“] .sf-icon-box-content-wrap{
    height:1000px !important;
    }

    into the custom CSS block in the theme options. It didn’t seem to change the heights of the icon boxes.

    The URL is http://www.dyslexicandunstoppable.com/consult-draft/

    What did I do wrong?

    Thanks

    #270024
    David Martin – Support
    Moderator
    Post count: 20834

    Did you change this page code .page-id-6962 to match your own page? The code will only work on a page with the ID 6962. You can remove that to make it work on all pages, ex:

    .sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap{
    height:1000px !important;
    }

    Thanks.

    #270026
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    you need to change the id page-id-6962 to that specific page id.
    I tried to look at that page to figure out the id but I’m receiving a 404 error code.

    Try to replace the id of the page with the desired page id(you can see the id in the url when editing the page.

    -Rui

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic.