Shape 5

Joomla Templates => BlogBox - Club => : ccvid March 21, 2017, 09:43:29 AM



: Article margins on home page
: ccvid March 21, 2017, 09:43:29 AM
Hi, I'm in the process of switching to the Blog Box template.  The margins on the home page have eluded me. ???  The S5 Image Module on the top appears correct, but the content articles below are going to the edge of the page. :-\  Do you know how I can get the content articles to have correct margins?  I''m attaching a picture.  The website is http://creationtales.com/

Thanks! :-X


: Re: Article margins on home page
: mikek March 22, 2017, 07:16:34 AM
Hello,

You are not using articles in that area, you are using the newsflash module. The area is designed for the frontpage articles using the component. You could try adding the following to custom.css to add spacing to the module:

.newsflash {
padding-right:30px;
}


: Re: Article margins on home page
: ccvid March 22, 2017, 08:53:42 AM
Thanks for pointing that out! ::)  I didn't realize I was using that module.  That mean't I didn't have to do the CSS, I simply went to the advanced parameters tab inside the module and changed the Module Style from "none" to "Inherited".  I'm a happy camper! :D 

I have one more question now that I realize I'm in that module.  Is there a way to make the newsflash module inherit the templates read more link style?  Right now the read more link is just a link... it'd be nice for it to be a button like the template's articles are.  I guess I could just scrap the news module and publish the articles to the front page....

Ben


: Re: Article margins on home page
: mikek March 23, 2017, 08:46:27 AM
Hello,

I'm sorry that would require custom programming, the module uses different classes, and the template was designed with a special layout that only applies to articles for the read mores.