Macro-Template - A Few Questions - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Macro-Template - A Few Questions

FS

Freiherr vom Stein

Template 1 week ago

Hello everyone, I have a few questions about the MacroTemplate.

Is it possible to add spacing between the images in the blog (see URL Hidden)?

Is it possible to place the icon next to the text in the same line as the headline? It looks like there is always a line break there.

Will the MacroTemplate be ready for J6, as we now want to launch the website in November after a year of work?

Regards, Stein

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #206236

Hi Stein,

  1. Yes, you can add margin for images by using Custom CSS, here is example:

    .view-category .item .entry-image {margin-bottom: 15px;}
  2. Yes, but the question is, if you really need that icon. If answer is yes - use that:

    .entry-header h2 {display: inline-block;padding-left: 5px;}
  3. Yes, but not in Joomla 6 premiere day. But should get update this year. Remember that J5 will be still supported after J6 premiere, so nothing to worry about.

  4. It should be possible from Template Options > Layout > Right column settings > Responsive. Where you can hide right column in Mobile view. Or if you want to hide only that module use

@media screen and (max-width: 580px) {
#sp-right .sp-module.popular-post  {display: none;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #206238

Look down, extra notice ...

0