Nufayl wrote:
This is not very helpful a guide to solving the problem will be helpful for others with a similar problem
Hi,
I think that the private login it's necessary to discover what kind of problem is. It's not an exclusion policy.
In my own case the Joomfreak guys have solved adding the property "vertical-align: top" at classes: ".welcome-right" and ".moduletable".
You have to edit the file: "template.css", you can find it in: "/templates/jf_salina/css/template.css". Search the properties: ".welcome-right .moduletable", and add "vertical-align: top".
.welcome-right .moduletable {
animation-delay: 0.2s;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
vertical-align: top;
width: 50%;
}
Bye