This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Newbie

  • ***
  • 68 posts
Flash News for Delta theme
« 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?

*

MB Themes

Re: Flash News for Delta theme
« Reply #1 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;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Newbie

  • ***
  • 68 posts
Re: Flash News for Delta theme
« Reply #2 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?

*

MB Themes

Re: Flash News for Delta theme
« Reply #3 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;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Newbie

  • ***
  • 68 posts
Re: Flash News for Delta theme
« Reply #4 on: December 23, 2022, 12:42:35 AM »
It works ,Thanks G-d...

Marked as best answer by frosticek on December 27, 2022, 08:03:07 PM
*

MB Themes

Re: Flash News for Delta theme
« Reply #5 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;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots