change menu to sheet widith

jackymoore10
83 Posts
jackymoore10 posted this 08 April 2017

Hi just rebuilding my website after I lost the whole thing. After I have a few questions, as I can't remember how to use themler... its been a while,

1.How do I make the menu sheet width
2. how do I adjust the size all the menu items, so that they are the same width as their sub menu items - looks neater that way.

Hi just rebuilding my website after I lost the whole thing. After I have a few questions, as I can't remember how to use themler... its been a while, 1.How do I make the menu sheet width 2. how do I adjust the size all the menu items, so that they are the same width as their sub menu items - looks neater that way.
Vote to pay developers attention to this features or issue.
23 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 18 April 2017

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
jackymoore10
83 Posts
jackymoore10 posted this 18 April 2017

Hi, still trying to work out how to add a Read more/read less - toggle between () Hide and show () at the end of this paragraph on the services page. to break up a long paragraph.

I have tried adding this code:
<html>
<head>

$("button").click(function(){
    $("p").toggle();
});

});

<body>

<p>This is a paragraph.</p>

<button>Toggle between hide() and show()</button>

</body>

into the article in the back end but with no success,

Please can you tell me how I can make this code work with themler.

Heres the link from w3schools

https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_eff_toggle

thanks Jacky.

Hi, still trying to work out how to add a Read more/read less - toggle between () Hide and show () at the end of this paragraph on the services page. to break up a long paragraph. I have tried adding this code: &lt;html&gt; &lt;head&gt; $("button").click(function(){ $("p").toggle(); }); }); &lt;body&gt; &lt;p&gt;This is a paragraph.&lt;/p&gt; &lt;button&gt;Toggle between hide() and show()&lt;/button&gt; &lt;/body&gt; into the article in the back end but with no success, Please can you tell me how I can make this code work with themler. Heres the link from w3schools https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_eff_toggle thanks Jacky.
Support Team
Support Team posted this 19 April 2017

Hi,

The script gives error. Please check that it is working without the Themler theme.

Sincerely,
Hella

Hi, The script gives error. Please check that it is working without the Themler theme. Sincerely, Hella
You must log in or register to leave comments