-
AuthorPosts
-
July 14, 2021 at 4:16 pm #1310131
How do I get an SVG logo to work with the latest Enfold theme? I had an svg logo and now it does not work anymore with the new theme update. Once I removed the .logo img tag from the CSS, it messed up my sidebar items and several fonts got smaller. Navigation sizing changed also.
July 16, 2021 at 4:25 am #1310341Hey nox07,
What solution did you have in place before? You could try a solution like this for example: https://kriesi.at/support/topic/use-svg-as-the-logo/#post-381441. Or set the opacity to 0 for the image, and add the SVG as a background to the a element.
Best regards,
RikardJuly 16, 2021 at 5:27 pm #1310420I used the method you just suggested. I had a similar tag but it did not work before. I am still having issues with getting the sidebar to be correct. The calculator on the right sidebar needs to be wider. When I try and change the layout dimensions, nothing happens. The width and calculator worked and displayed great before the theme update. Can you take a look?
July 18, 2021 at 6:06 am #1310563Hi,
Thanks for the update. Would you consider making your container element a bit wider? If so then I think the sidebar would look better after that. You can change the container width under Enfold->General Layout->Dimensions.
Best regards,
RikardJuly 18, 2021 at 8:43 am #1310572if your settings in Enfold Options on layout dimensions do not work correct – there could be a synthax error in your quick css.
These settings including custom.css are placed on the bottom of all other css:.container { width:100% } .container .av-content-small.units { width:75% } .responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width:1310px; max-width:90% } .responsive .container { max-width:1310px } #top #header .av-main-nav > li > a { font-size:13px; font-weight:normal } @media only screen and (min-width:768px) { } @media only screen and (max-width:767px) { }
so if you got f.e. a missing closing bracket or instead of a semicolon you set a comma – sometimes all the rest of the following css will not work.
you can post your quick css content here (but please use the code tag) so we can see if my guess is relevant
July 19, 2021 at 5:36 am #1310674 -
AuthorPosts
- You must be logged in to reply to this topic.