Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #231419

    Hi
    As you can see from the screen shot (website on localhost) I have some space between the copy and icon boxes which I am trying to get rid of. The icon boxes should sit side by side just under the copy above…which they were (but with a huge gap) until I started to move them up

    https://www.dropbox.com/s/xpqojmsuf0ykv8e/Screenshot%202014-03-03%2014.36.22.png

    The code

    .flex_column.av_one_third.avia-builder-el-10.el_after_av_one_third.el_before_av_one_third.column-top-margin{margin-top:-350px;
    }
    
    .flex_column.av_one_third.avia-builder-el-12.el_after_av_one_third.el_before_av_hr.column-top-margin{margin-top:-350px;
    }

    only works on one column. Is there a way to this properly?
    regards
    Richard

    #231554

    Hi Richard!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top .iconbox_top { margin-top: 0; }

    Regards,
    Yigit

    #231866

    Hi Yigit

    It works fine but there are other icon boxes on the site so they are moved up as well. Is it possible to isolate it to this one page?
    Regards
    Richard

    #231871

    Hi!

    Please change the code to following

    .page-id-2712 .iconbox_top { margin-top: 0; }

    You can right click on Chrome or Firefox and inspect elements to find the ID http://i.imgur.com/k8B7763.jpg ( Here i showed post ID but you can find the page ID in the same place )

    Regards,
    Yigit

    #231887

    Hi Yigit

    As much as I hate to say it … that does not work…although it should

    .page-id-2520 .iconbox_top { margin-top: -280px; }

    regards
    Richard

    #231893

    Hey!

    Please let us know when you launch the site so we can provide more accurate custom CSS code

    Best regards,
    Yigit

    #231903

    Hi Yigit

    Will do…should be today…if I can get a handle on uploading localhost to server!!

    Regards
    Richard

    #231907

    Hi!

    We will be waiting to hear from you. If needed, please see http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    Thread will be on hold and you can open it by simply posting. Please post when you launch the website

    Best regards,
    Yigit

    #232470
    This reply has been marked as private.
    #232527

    Hi!

    Try with this code:

     @media only screen and (min-width: 990px) {
     .home avia-builder-el-10, .home avia-builder-el-12 {
        top: 350px;
        left: 300px;
        position: absolute !important;
     }
     .home avia-builder-el-12 {
         left: 650px
     }
    }
    

    Regards,
    Josue

    #232528

    Hi Josue

    Sorry but that did not work either

    Regards
    Richard

    #232897

    Hey!

    Please try adding following code to Quick CSS

    #after_full_slider_1 > div > div > div > div > div.flex_column.av_one_third.first.avia-builder-el-9.el_after_av_two_third.el_before_av_one_third.column-top-margin {
    display: none;
    }

    Cheers!
    Yigit

    #232982

    Hi Yigit

    Thanks for your help…works just great. tricky little bit of coding

    Regards
    Richard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Moving a icon box up’ is closed to new replies.