Tagged: icon box
-
AuthorPosts
-
March 3, 2014 at 5:39 am #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 uphttps://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
RichardMarch 3, 2014 at 3:14 pm #231554Hi 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,
YigitMarch 3, 2014 at 10:09 pm #231866Hi 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
RichardMarch 3, 2014 at 10:12 pm #231871Hi!
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,
YigitMarch 3, 2014 at 11:09 pm #231887Hi 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
RichardMarch 3, 2014 at 11:34 pm #231893Hey!
Please let us know when you launch the site so we can provide more accurate custom CSS code
Best regards,
YigitMarch 3, 2014 at 11:45 pm #231903Hi Yigit
Will do…should be today…if I can get a handle on uploading localhost to server!!
Regards
RichardMarch 3, 2014 at 11:46 pm #231907Hi!
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 websiteBest regards,
YigitMarch 5, 2014 at 2:06 am #232470This reply has been marked as private.March 5, 2014 at 4:18 am #232527Hi!
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,
JosueMarch 5, 2014 at 4:26 am #232528Hi Josue
Sorry but that did not work either
Regards
RichardMarch 5, 2014 at 8:15 pm #232897Hey!
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!
YigitMarch 5, 2014 at 11:38 pm #232982Hi Yigit
Thanks for your help…works just great. tricky little bit of coding
Regards
Richard -
AuthorPosts
- The topic ‘Moving a icon box up’ is closed to new replies.