File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ function themeAsset($path){
198198
199199 <!-- Short Bio -->
200200 <div class =" mt-5 fadein" >
201- < ?php echo $message -> home_message ; ? >
201+ < center > < ?php echo $message -> home_message ; ? > </ center >
202202 </div >
203203
204204
@@ -241,7 +241,7 @@ function themeAsset($path){
241241@endif
242242 </br ></br >
243243
244- <div class =" fadein" >
244+ < center > <div class =" fadein" >
245245 @if (config (' advanced-config.home_footer' ) == ' custom' )
246246 <p ><?php $year = date (" Y" ); echo strtr (config (' advanced-config.custom_home_footer_text' ), array (' {year}' => $year )); ? > </p >
247247 @elseif (config (' advanced-config.home_footer' ) == ' alt' )
@@ -250,7 +250,7 @@ function themeAsset($path){
250250 @else
251251 <p >and {{ $countButton - 3 } } other buttons ...</p >
252252 @endif
253- </div >
253+ </div ></ center >
254254
255255 <hr class =" my-4" style =" display :none " >
256256
You can’t perform that action at this time.
0 commit comments