-
AuthorPosts
-
December 24, 2015 at 1:45 am #557302
dev.mannconsultinggroup.com is in development. The responsive element for the main navigation bar does not appear to be working. Please take a look and see how it overlaps logo as screen begins to shrink. Looks fine on large screen but not good on laptops. Any help would be much appreciated.
RonDecember 27, 2015 at 9:05 am #557582Hey ronmann,
You have a lot of items and a large font size plus a large logo there so there simply isn’t room to fit all of them in there, could you try to select a smaller font or maybe rearranging your menu structure or selecting a smaller logo?
Thanks,
RikardDecember 28, 2015 at 5:08 pm #557766Rikard,
Thanks so much for this info. It was an easy fix.
I am still lost regarding my style.css file. I can put css code in the styling area that works, but when I put the same code in the child theme css nothing happens. Can we address this? I did have a separate thread but have not had a response. I can send you more specific info if you give me the OK.
Thanks again for the help on the menu.
RonDecember 30, 2015 at 3:24 am #558341Wordpress told me to add this code to my functions,php child theme.
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
?>Will this fix my style.css compatibility?
RonJanuary 3, 2016 at 2:07 am #558888Hi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueJanuary 14, 2016 at 1:02 am #565093Josue,
We seem to have lost touch. I never received a reply on the CSS issue.
Here is another current question: on this page http://dev.mannconsultinggroup.com/programs/
I want to place a drop shadow around a video that has been placed via Vimeo. I know the code for drop shadow but I have not idea how to identify the video in the class section under Quick CSS. What code should I use.
It would be great if you guys created a document to clarifies how to identify different elements in the CSS code. It remains a mystery for me.
Thanks,
RonJanuary 15, 2016 at 1:37 pm #566089Hi!
Please replace the box-shadow code with your’s.
.avia-video, .avia-iframe-wrap { box-shadow: 0px 0px 7px 5px rgba(130,130,130,.5); }
The above css will give you the below effect
It is much quicker to add your custom css class name to the element and the styles in quick css.
To add custom css class name to video or any Advance builder Element element please view the link belowhttp://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
You can also find out the css class names by right clicking on the browser window and choosing Inspect.
Please watch the first 1 min of the video link below and also if you search for “Inspect CSS in browser” you will find some very useful resources.I hope your other issues have been sorted out if not please feel free to let us know and we will help you.
Request you to create new tickets for different issue so they don’t get mixed up.
Cheers!
VinayJanuary 15, 2016 at 6:48 pm #566288Vinay
Thank you very much for the info and help. This is exactly what I need. You can mark this closed.
RonJanuary 16, 2016 at 6:49 am #566467 -
AuthorPosts
- You must be logged in to reply to this topic.