1. asiadragon
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 19 January 2020
  5.  Subscribe via email
I have used the new Joomla 'images and links' to create an article but when looking in blog view the layout is a mess. Its OK with Joomla template but in the Bianca template layout is untidy and some titles are missing
References
  1. https://www.sproutstory.co/en/partners
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Is this the only menu item with this issues? If so, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.itemid-120 .blog-core .item {
overflow: hidden;
flex-direction: column;
display: flex;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
This worked for the category blog layout but when clicking into the article there ate layout issues with the logo and weblinks. The weblinks 'bar' crashes with the image
References
  1. https://www.sproutstory.co/en/partners/140-bookmycargo
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.content-links {
clear: both;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!