Hello Support,
Please find the attached pictures..Kindly for your help.
Hello Support,
Please find the attached pictures..Kindly for your help.
tishelpdesk42
Hi
To hide Slideshow navigation open /templates/ja_university/css/custom.css file and add this code
@media(max-width:468px){.ja-ss-btns {
display: none;
}}
To hide both menu in mobile open Template style options > navigation > collapse navigation for small screen > OFF
and click on addon tab > off-canvas sidebar > Disable.
Regards
Hello Pankaj,
Hope you are doing well. Thank you for your reply. Regarding the Slideshow navigation, that fixed issue. But regarding the menus I dont want to hide them. I want to move the right Black Menu to be under the side of the search module. Also I want to make the search module bigger untill it reaches the end of the sibar menu. Please check both pictures and check the red drawings. Thanks in advance.
tishelpdesk42
Hi
To move the button under search add this code in custom.css file
.navbar-toggle {
margin-right: 0px;}
also I want to make the search module bigger untill it reaches the end of the sibar menu
Kindly turn off the JCH css compression so i can check the style classes on your site.
Regards
Thanks Pankaj,
Please be noted that I have placed this code in custom.css but still is not working. Please can you check again.
tishelpdesk42
Hi
Kindly turn off the JCH css compression so i can check the style classes on your site.
Its still ON on your site
Regards
Hello Pankaj,
Sorry, I have disable it now. Please check now. Thanks in advance.
tishelpdesk42
Hi
Now the css compression is ON from Template style.
However you can use this code and it will work
.navbar-toggle {
margin-right: 0px!important;}
If you want search box to full width it will not follow the same margin from left and right like you asked in first post and the box need more space, also you need to change the header right side block column width from header.php file
Regards
Hello, I tried this custom css still not working. Also I have turned off CSS compression. Please can you check again.
tishelpdesk42
Kindly check custom.css file there is no closing braces for code
.t3-mainnav {
z-index: 150 !important;
Regards
Thanks alot. Really sorry to bother you.
Regarding the Search Box, there is no need. Thanks alot.