Hi,
after updating to J4, I`ve some hard layout problems on https://upd6.webtelligent.de/tennis.sh. ... /downloads.
I`ve no glue, why the layout doesn`t look like in your demo with card layout.
The second thing I can`t solve is: after clicking on one of the categories, there is a pop-up shown, which I don`t want to show and which I can`t close.
Hope you can support me - thank you!
Best regards
Susanne
Layout probs after J4 update
-
- Phoca Member
- Posts: 34
- Joined: 16 May 2018, 19:46
Re: Layout probs after J4 update
I have the same layout problem:-(
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Layout probs after J4 update
Hi Susanne,
It comes from css/template.css, line 4102
Try following code to your custom.css:
Of course we cannot know if this modal box is used elsewhere (in your template).
@andraspal
Check also your template please.
If you temporarily switch to Cassiopeia, it should be OK. Just try it out.
Kind regards
Christine
I think it's the template.
It comes from css/template.css, line 4102
Try following code to your custom.css:
Code: Select all
div.modal.fade {
opacity: 0;
}
@andraspal
Check also your template please.
If you temporarily switch to Cassiopeia, it should be OK. Just try it out.
Kind regards
Christine