Osclass Support Forums

General osclass questions => Plugins => Topic started by: Newbie on December 14, 2022, 01:05:13 AM

Title: Flash News for Delta theme
Post by: Newbie on December 14, 2022, 01:05:13 AM
Hi, I have a problem with the "Flash News" plugin in the Delta theme. The plugin closes the entire top part with links. I tried to adjust it through the settings but plugin only moves down and not up as desired. How else can you solve this?
Title: Re: Flash News for Delta theme
Post by: MB Themes on December 15, 2022, 02:48:35 PM
@newbie
You must add some CSS to fix this and move theme bit bottom.
This could work:
Code: [Select]
html body {padding-top:31px;}
Title: Re: Flash News for Delta theme
Post by: Newbie on December 22, 2022, 01:36:53 AM
I put in the code (shown in the picture) that you recommended I put in, if I understood correctly where you meant I needed to put it in, and nothing changed. Is there anything else I can do to change the situation?
Title: Re: Flash News for Delta theme
Post by: MB Themes on December 22, 2022, 10:05:35 AM
Can you share url?
It should work.
Maybe add also this one:
Code: [Select]
body header {top:31px;}
Title: Re: Flash News for Delta theme
Post by: Newbie on December 23, 2022, 12:42:35 AM
It works ,Thanks G-d...
Title: Re: Flash News for Delta theme
Post by: MB Themes on December 27, 2022, 08:03:01 PM
Cool, summarizing complete solution - delta flash news plugin padding.
Code: [Select]
body header {top:31px;}
html body {padding-top:31px;}