Links Display - Question | JoomShaper

Links Display

PB

PETER BURNETT

Template 1 year ago

Hi there,

I am using the template shper_languageschool and this concernes the link display under the articles.

I am looking to find out where I can apply even the most basic styling to the links after an article. This template and / or Helix just list them one after the otehr with no formatting - - other templats I have used have at least tried to do something with them! I am not sure where to start and I am not strong at coding.

https://leamingtonbooks.com/books/leamington-books/the-broken-pane

You can see how the links are just dumped unformatted after the article content.

Where do i start formatting these links and making them look nice across the site?

Thank you!

0
7 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #102470

Add this css code inside the custom.css code

.content-links ul.nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

Or

.content-links ul.nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #99124

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Will you please provide me the Joomla administrator access to check the issue? I will check & get back to you soon. 

Is it possible to share a screenshot that you want to do exactly?

-Thanks

0
PB
PETER BURNETT
Accepted Answer
1 year ago #101462

Hello,

Thanks for responding, I am sorry to take so much time here! It has been a busy start to the year.

I am looking to apply any formatting at all to the 'Links' posted at the foot of each article. I am not sure which file to tackle to try and at least add something to make the links addition at the bottom of each Joomla article, more readable.

Thank you!

Peter!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #101574

Can you share an screenshot that you want to do exactly?

0
PB
PETER BURNETT
Accepted Answer
1 year ago #102149

Hello

This is a link to the image of how the links display on the front end:

https://leamingtonbooks.com/images/links.jpg

This is a link to the image of the aspect of the back end that controls this. It is this display that I am trying to make look presentable, and I can't see how to alter this within this template, thank you!

https://leamingtonbooks.com/images/back-end.jpg

Thank you once again,

Peter

0
PB
PETER BURNETT
Accepted Answer
1 year ago #102549

Hello!

Thank you so much for your help. That is a great start and I will try and devlop that css out as I go. Very helpful though, thank you :)

Peter

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #102833

You are most welcome. Will you please spend some to write a review about our product and support quality? 

https://extensions.joomla.org/extension/sp-page-builder/

https://www.trustpilot.com/review/www.joomshaper.com

0