Forum Replies Created
-
AuthorPosts
-
Hey navindesigns,
Use this instead:
@media only screen and (max-width: 767px) { #homepage-permanent h1 { font-size: 16px!important;} }homepage-permanent is an id(#) not a class.
Best regards,
Jordan ShannonHey microwe,
Are you able to inspect the page? This is tough to troubleshoot since you can’t provide a link, but if you can inspect the page and find out what class is attached to it you can do something like:
.class{ border:none!important; }Best regards,
Jordan ShannonHey fanlokbun,
Please provide a link to the site and page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums!
Best regards,
Jordan ShannonHi,
Apologies for the delay in my response. Looking into this issue further, I now see what the problem is. When the site is set to fixed frame it is essentially surrounded by four separate classes to box it in. Each class is treated as its own entity with its own height, width, background, etc. So unfortunately having one single background image would not work. The only workaround would be to try and cut the image to fit each portion of the frame so that it appears as one to visitors.
Best regards,
Jordan Shannon-
This reply was modified 8 years, 8 months ago by
Jordan Shannon.
Hi,
First you want to enable custom class elements. Please see the following on how to do so:
You then want to give your custom created nav section it own class.
Then create a duplicate nav section but plan and configure it so it is more mobile friendly. You will also give this section its own custom class.
Once you get this far let me know, and we can go into the css required.
Best regards,
Jordan ShannonHi,
How did you add your logo to the center like that? This may have to be handled via javascript.
Best regards,
Jordan ShannonJuly 7, 2017 at 6:10 pm in reply to: Weird background image shows behind video when page loads #817951Hi,
I’m glad you were able to get this taken care of. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Try and remove the custom css (be sure to paste/save it elsewhere first!) and see if there is not a css conflict.
Best regards,
Jordan ShannonHi,
Okay great. Again the files in that folder are identical to what you have on the wp-dash
Best regards,
Jordan Shannon-
This reply was modified 8 years, 8 months ago by
Jordan Shannon.
Hi,
No problem at all, see below.
Best regards,
Jordan ShannonHi,
Great! I’m glad I was able to help and if you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
See private
Best regards,
Jordan ShannonHey CampFigtree,
Add your code to the very top of css so it runs first to rule out any css errors that may be causing it not to run.
Best regards,
Jordan ShannonHi,
I have to work through it live on the site so I know it actually works. As it is right I’m sure it wouldn’t work.
Best regards,
Jordan ShannonHi,
Best regards,
Jordan ShannonHi,
Since the auto-optimizer was disabled, you may have to regenerate your images. Please see the following:
Also, attempt to re-load the logo full size – http://i.imgur.com/8jRYx6x.png
Best regards,
Jordan ShannonHi,
I logged into FTP and the changes still did not apply. The files on ftp don’t match what is currently on the dashboard so there is a weird disconnect somewhere.
Best regards,
Jordan ShannonHi,
Great. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Try adding the following:
#footer .flex_column{ padding:0 50px!important; }Best regards,
Jordan Shannon-
This reply was modified 8 years, 8 months ago by
Jordan Shannon.
Hi,
You can correct that with the following:
.header-scrolled.header-scrolled-full #avia-menu #menu-item-1151{ display:none!important; }Best regards,
Jordan ShannonJuly 7, 2017 at 2:57 pm in reply to: Adding search widget over layerslider using avia page builder color background #817860Hi,
No problem at all. If you need additional help please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad you were able to get this fixed. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
It should be a css adjustment. remove what I originally gave you.
Best regards,
Jordan ShannonHey clairemartindigital,
Add the following to quick css:
#responsive-menu-pro-container.push-left, #responsive-menu-pro-container.slide-left { transform: translateX(0%)!important; -ms-transform: translateX(0%)!important; -webkit-transform: translateX(0%)!important; -moz-transform: translateX(0%)!important; }Best regards,
Jordan ShannonJuly 7, 2017 at 5:05 am in reply to: Social media icons – color/full version? Also – background color of main menu? #817590Hey BrilliantL,
Add the following to quick css and adjust the color to whatever you need:
.social_bookmarks_instagram.av-social-link-instagram.social_icon_1{ color:#000; } .social_bookmarks_facebook.av-social-link-facebook.social_icon_2{ color:#000; } .social_bookmarks_twitter.av-social-link-twitter.social_icon_3{ color:#000; } .social_bookmarks_youtube.av-social-link-youtube.social_icon_4{ color:#000; } .social_bookmarks_linkedin.av-social-link-linkedin.social_icon_5{ color:#000; }For the header color add the following to quick css and adjust the color to what you need:
#header_main.container_wrap.container_wrap_logo{ background:#000; }Best regards,
Jordan ShannonHey becca_squirrel,
Add the following to quick css to fix the form:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding { width:100%!important; margin-left:0px!important; }Let me know if this works and then we can see about the video.
Best regards,
Jordan ShannonHey Tombstone,
Try adding the following to quick css:
.container{ padding-top:100px!important; }Best regards,
Jordan ShannonHi,
Apologies, but unfortunately the only other way to achieve the effect would be to use separate columns and modify the css such as the section below.
Best regards,
Jordan ShannonHi,
Apologies, could you please provide a screenshot of the footer issue as I am not seeing it.
Best regards,
Jordan Shannon -
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
