Forum Replies Created
-
AuthorPosts
-
Thank you so much that fixed the problem!! :) Is there an css editor that would tell me if there is any mistake in the code?
I thought I had fix the issue on mobile but I think there is a conflict with my CSS code somewhere. Here was the original code I had for the desktop version of the site :
/* Center Text Full Screen Slider Front Page*/ .home .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 180px !important; text-align: center !important; } /* Center Text Full Screen Slider Web Design Page*/ .page-id-513 .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 120px !important; text-align: center !important; }
Then I added the code below and it worked but for some reason now the code “break” and all the styling on the header menu disappeared unless I remove the code below :
/* Center Text Full Screen Slider Web Design Page on Smartphone*/ @media only screen and (max-width: 480px) { .page-id-513 .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 75px !important; text-align: center !important; } /* Center Text Full Screen Slider Contact Page on Smartphone*/ @media only screen and (max-width: 480px) { .page-id-35 .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 75px !important; text-align: center !important; } /* Center Text Full Screen Slider Front Page on Smartphone*/ @media only screen and (max-width: 480px) { .home .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 75px !important; text-align: center !important; }
Also on this page : https://goo.gl/jNZQJy
I am not sure why it’s doing that… when I remove all the quick css code it goes back to normal..
Any help would be greatly appreciated!
- This reply was modified 6 years, 4 months ago by 805ITS.
Thank you for your reply but that did not really help. The text is just a little more below on the mobile version but I want it in the middle and it did not change anything on bigger screen on the desktop version of the site.
Nevermind I have found the solution. I added a grid row layout and 1/ layout element inside with two icon list to divide them.
- This reply was modified 6 years, 4 months ago by 805ITS. Reason: images
Thank you I found it! I also found the CSS code that can always be useful somehow to change the font color on the caption title and the caption text :
/* Full Screen Slider Caption Title Front Page */ #top .avia-fullscreen-slider .avia-caption-title { color: #20B2AA !important; } /*Full Screen Slider Front Page Caption Text*/ #top .avia-fullscreen-slider .avia-caption-content p { color: #20B2AA !important; }
Yes I want to change the color from white to dark gray for the font on the menu header and full screen size media layout element.
You can close it now. Thanks again
Thank you so much it worked! I wonder why it stopped working…
Thank you! Here it is :
Yes I was able to. Thank you anyway! Here is the code if anyone read this in the future :
/* Price Text align */ .tablepress .column-3 { width: 15%; text-align: right; } .page-id-23 .tablepress .column-2 { width: 15%; text-align: right; } .page-id-27 .tablepress .column-2 { width: 15%; text-align: right; } .page-id-31 .tablepress .column-2 { width: 15%; text-align: right; } /* Price Text align */
I want to change the line below the logo “Kodak * Leica * Hasselblad PCP-80 Slide Projectors & Dissolve Units” to be in arial, bold and italic size 18.
also I would like the word “Kx Camera” in the sentence “Kx Camera specializes in Kodak Slide Projectors” to be in arial, bold and italic size 18.
Kodak * Leica * Hasselblad PCP-80 Slide Projectors & Dissolve Units.
Should I paste the code in the Quick CSS section of Enfold ?
Thank you it worked! :)
My bad I didn’t see that! I updated the theme and added the custom css class but I don’t see a difference…
Thank you but I don’t see the option when I go to the theme options. Your article was posted 4 years ago so I am guessing it is at a different place now but I cannot find it.. Can you help?
Thank you!
Should work now!
I did created an admin user for you
Hi!
Yes here is the link : http://sbbits-dev.com/kxcamera/product/kodak-4200-projector/
September 14, 2017 at 10:14 pm in reply to: Reduce space between lines in text block. Padding? #852319Thank you so much it worked! :)
I am not sure yet because I would like to play with the dimensions to see how it looks. Could you please try with the following dimensions : 450 x 147 ?
Thank you so much!
It worked thank you :)
@mike How were you able to change it from my site without admin access? I tried it again and still did not work… deleted the brower cache and history did not help either
Thank you! I copied your code in the Quick CSS section but unfortunately it is not working…
Thank you. I just updated Enfold to the last update yesterday and the lightbox feature is back!
Yes here it is :
Thank you for taking the time to work this out. It’s working great now and I hope Enfold is going to solve this issue in the next update.
Only issue is that the light box feature for the products images disappeared with the Child theme. Is there a way to put it back ?
Thank you again!!
Yes you can close the topic now! Thank you again :)
Thank you. I tried and I get the same error as in the first code you gave me “us-supplements.com is currently unable to handle this request.
HTTP ERROR 500″….Thank you it worked!
Thank you! The product description is removed but the arrows are still on the page with the product image as well.
Yes here it is :
-
AuthorPosts