Alignment Of Headlines In Educon News - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Alignment Of Headlines In Educon News

F

Fabrizio

Template 2 years ago

Hi, I am using the Educon template. On the 'News' page (https://www.previewcommunity.eu/site/news.html) the headlines are not aligned, I would like to align them to the left. I checked the Educon demo on the Joomshaper website and there too the headlines on the "Notices" page are not aligned. Do you have any suggestions on this? Thanks

0
13 Answers
Pavel
Pavel
Accepted Answer
2 years ago #117650

Hi. Try this code

.educon-notice {
    display: flex !important;
    align-items: center;
}
.readmore-wrap {
    margin-left: auto;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117154

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
F
Fabrizio
Accepted Answer
2 years ago #117203

https://www.previewcommunity.eu/screenshot2.jpg It seems that the alignment depends on the length of the headlines. Instead, I would like them all to align to the left.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117327

Use this custom CSS

.sp-page-title h2{
      text-align: left;
}
.sp-page-title h3{
   text-align: left;
  width:unset !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
F
Fabrizio
Accepted Answer
2 years ago #117482

I copied the code into the custom.css but it does not seem to work.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117490

Use this one

.sp-page-title h2{
      text-align: left !important;
}
.sp-page-title h3{
   text-align: left;
  width:unset !important;
}
0
F
Fabrizio
Accepted Answer
2 years ago #117495

Sorry, that doesn't work either. Do you need login credentials to better verify?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117500

Yes please.

0
F
Fabrizio
Accepted Answer
2 years ago #117528

Administrator access in HD. Website link: https://www.previewcommunity.eu/site

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117615

Don't you want it like this left aligned? It seems working on my end.

https://prnt.sc/dYf3VUIvtFy6

0
F
Fabrizio
Accepted Answer
2 years ago #117680

Thanks Pavel, it works perfectly now!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117748

Glad to know that. You can now close this post by accepting the answer.

0
Pavel
Pavel
Accepted Answer
2 years ago #117710

You are wellcome

0