Hi Inextdesign,
Thanks for contacting us and choosing our product!
About your problem that's seem have a little problem about CSS.
You can not write it in template.css file because it will not work.
Instead of this, you should write it in custom.css file, it will function properly.
Best regards,
SM
sangnm wrote: Hi Inextdesign,
Thanks for contacting us and choosing our product!
About your problem that's seem have a little problem about CSS.
You can not write it in template.css file because it will not work.
Instead of this, you should write it in custom.css file, it will function properly.
Best regards,
SM
Thank You. I copy code from template.css to custom.css.
Hi Inextdesign,
You just copy code:
#noo-header {
border-bottom: 10px solid #ca9b61;
}
from file template.css to file custom.css is ok!
Best regards,
SM
Hi inextdesign,
Our template use boostrap and width of container from boostrap.
So if you want change width or site (container) you can do it by following steps:
Step 1: Go to path {root}/templates/jux_nozix/local/css/bootstrap.css then
Step 2: Go to line 427 then change width of .container to 1200px;
Hope this help!