Hi,
How can i modify a margin or padding of my website especially in home page?
I tried to change the code in template.css but its failed.
You can refer attachment for your further action.
Thank you.
There is so much space. Can you please help me on how to minimize the padding/margin as i failed to do it.
Thanks!
ummul-izza Hi Add this code in custom.css file and reduce the padding value as per needs It apply for all sections and pages to remove extra space you felt to be remove.
.t3-header { padding-top: 32px; padding-bottom: 64px; } .section-wrap > div { padding-bottom: 96px; padding-top: 96px; }
it works!
thank you!
Another simple issue, how can i add the social list and make it look likes in your demo page?
ummul-izza Hi You can add it via custom module. Here are module configuration and code https://www.joomlart.com/documentation/joomla-templates/ja-company#pages-config
Previously i already used this code . But why the source code doesnt works? Please refer to attachments.
ummul-izza Hi Kindly open System > global configurations > Default Editor > NONE. Now add the code and save, its editor that removing the code.
thanks for your guide!
btw, back to the main issue, why template.css doesnt affected eventhough the source code have been edited?
ummul-izza btw, back to the main issue, why template.css doesnt affected eventhough the source code have been edited?
Hi maybe you are editing wrong file, by the way you can apply my suggest, as editing template.css file will be override by template update and you will loose you changes. Better use custom.css file that is recommended.
i see. Thanks ya!