Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1310131
    #1310341

    Hey 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,
    Rikard

    #1310420

    I 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?

    #1310563

    Hi,

    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,
    Rikard

    #1310572

    if 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

    #1310674

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.