How To Center Article Title When Using Joomla Article Integration Full Width - Question | JoomShaper

How To Center Article Title When Using Joomla Article Integration Full Width

M

Marie-Claire

SP Page Builder 19 hours ago

Hi I am using joomla article integration and have set it to full width for my news articles. However the title, date and category are showing left aligned on the page with no margin. Can you help? Thanks

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 17 hours ago #209598

Hi Marie,

Please use below Custom CSS (in Template Options > Custom Code > Custom CSS)

.view-article.layout-blog .article-details .article-header {text-align:center;padding:0 15px;}
.view-article.layout-blog .article-details .article-info {text-align: center;display: block;}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 17 hours ago #209599

BTW

General Joomla tips:

  1. If site use only one language you don't need "/en/" in URL, if two or more, you can disable that for default language anyway - in Joomla Language plugin.
  2. Using Article Options > Integration tab (Joomla core!) disable ID numbers in Article aliases (Remove IDs from URLs: YES).
0
M
Marie-Claire
Accepted Answer
17 hours ago #209600

thats brilliant, many thanks for your help!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 17 hours ago #209601

Please mark topic as solved. One extra click, thx.

0
M
Marie-Claire
Accepted Answer
16 hours ago #209613

hi paul, yes i'll do that. i just noticed a problem now though. in a diff category i am hiding the title and publish date but it is now giving me a white gap where they were. Can you advise? Thanks

0