So I needed to make a css change as the mail pagination is broken (atleast for me and a few others). In bootstrap.min.css, I changed .pagination from margin: 20px to margin: -20px which resolved the issue.
I assumed I could just place in custom/themes/SuiteR/css but it didn’t take effect.
Any ideas?
Hi,
You should modify _head.tpl file. You can include your css file here.
copy paste - themes\SuiteR\tpls_head.tpl to custom\themes\SuiteR\tpls_head.tpl. You should modify it.
Regards,
Alpesh Savaliya
Awesome works great, thanks!
i’ve done the same customization(copy head.tpl in custom directory).
In my case editview kayout is reflecting the changes while create page not.
Doing crtl+u in the source in edit i can see my custom css inclusion while in create layout not.
Am i missing anything?
Thank you