• Resolved 19chris87

    (@19chris87)


    Hi @all,

    I have problems with incorrect lines on my website (www.valerie-dessous.de) which make the site not look 100% clean. As visible the lines at the right corner of the header image and the right corner of the bottom content area are not straight/running a curve. Also on the left side of the cornes of the content area.
    Can you help me out with that?

    Thanks in advance!
    19chris87

Viewing 3 replies - 1 through 3 (of 3 total)
  • I tried to customize in child theme but didn’t work. May be theme author can suggest best way to update safe customization.

    But in original template following solution i tried which worked.

    In theme folder, file inside inc/svg.php has a function

    function oblique_svg_4() {
    	echo '
    		<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 150">
    		  <g transform="translate(0,-902.36218)"/>
    		  <path d="m 898.41609,-33.21176 0.01,0 -0.005,-0.009 -0.005,0.009 z" />
    		  <path d="m 898.41609,-33.21176 0.01,0 -0.005,-0.009 -0.005,0.009 z"/>
    		  <path d="M 50,150 0,0 1982,0"/>
    		</svg>
    	';
    }

    I have changed the line value

    <path d=”M 50,150 0,0 1982,0″/>

    from 1925 to 1982 in your case and it worked for footer.

    Thread Starter 19chris87

    (@19chris87)

    Thanks a lot codemovement.pk! I will try it during x-mas days and will give feedback!

    Thread Starter 19chris87

    (@19chris87)

    Worked out pretty well in the original template.
    Also got the left lines right by changing <svg xmlns=”http://www.w3.org/2000/svg&#8221; version=”1.1″ viewBox=”0 0 1915 150″> in the svg.php

    Thanks a lot and have a good christmas time!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Lines not straight’ is closed to new replies.