Widgets and banner
4 posters
Page 1 of 1
Widgets and banner
Hello!
I may not be asking my questions in the right place. So I apologize in advance for that. ^^" Sorry, my english is not very good.
My first question would be, how could I insert an image at the bottom of the widgets?
The first picture is my forum, the second is what I want.
https://i.imgur.com/pJm2w6t.jpeg and https://i.imgur.com/Q8jRhlj.jpeg
I have used this code for widgets so far:
My second question is, can the header be moved vertically?
The forum: phpbb2
Link: https://blackmoonfrpg.hungarianforum.com
Thanks in advance to everyone for the answers. <3
I may not be asking my questions in the right place. So I apologize in advance for that. ^^" Sorry, my english is not very good.

My first question would be, how could I insert an image at the bottom of the widgets?
The first picture is my forum, the second is what I want.
https://i.imgur.com/pJm2w6t.jpeg and https://i.imgur.com/Q8jRhlj.jpeg
I have used this code for widgets so far:
- Code:
.modulcim {
color: #E1BAFF;
font-family: 'Unkempt', cursive;
display: block;
font-size: 24px;
letter-spacing: 0px;
line-height: 38px;
padding: 7px;
word-spacing: 3px;
text-align:center;
background-image: url("https://i.imgur.com/5PzLN0M.png");
text-shadow: #000000 0px 0px 5px, #000000 0px 0px 10px, #000000 0px 0px 15px, #000000 0px 0px 20px, #000000 0px 0px 30px, #000000 0px 0px 40px, #000000 0px 0px 50px, #000000 0px 0px 75px;}
My second question is, can the header be moved vertically?
The forum: phpbb2
Link: https://blackmoonfrpg.hungarianforum.com
Thanks in advance to everyone for the answers. <3
Re: Widgets and banner
Hello,
Can you tell me what image you want at the bottom of the widget? Also what do you mean move the header vertically? Do you want it wider or something?
-Brandon
Can you tell me what image you want at the bottom of the widget? Also what do you mean move the header vertically? Do you want it wider or something?
-Brandon


Remember to mark your topic

General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Widgets and banner
Hello ^^
I want this image at the bottom of the widget: https://i.imgur.com/LyJUKON.png
Or, when I put in a navigation code, it hangs in the header. and because of that, I want to push it a little lower so you don’t hit each other.
https://i.imgur.com/bLmuYIL.jpg
I want this image at the bottom of the widget: https://i.imgur.com/LyJUKON.png
Or, when I put in a navigation code, it hangs in the header. and because of that, I want to push it a little lower so you don’t hit each other.
https://i.imgur.com/bLmuYIL.jpg
Re: Widgets and banner
For banner overlap issue add this to your css and it should get rid of the overlap:
As for adding the image to the widget, it will require template editing, although since I no longer have a phpbb2 forum I don't know what template the widget code is in.
Perhaps @Skouliki or @TheCrow can help you with that issue further.
- Code:
#i_logo {
margin-top:4%;
}
As for adding the image to the widget, it will require template editing, although since I no longer have a phpbb2 forum I don't know what template the widget code is in.
Perhaps @Skouliki or @TheCrow can help you with that issue further.


Remember to mark your topic

General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Widgets and banner
in the code, you already have (see below), replace the background image with the image url you want to have as a background to your widget
- Code:
.modulcim {
color: #E1BAFF;
font-family: 'Unkempt', cursive;
display: block;
font-size: 24px;
letter-spacing: 0px;
line-height: 38px;
padding: 7px;
word-spacing: 3px;
text-align:center;
background-image: url("YOURIMAGEHERE");
text-shadow: #000000 0px 0px 5px, #000000 0px 0px 10px, #000000 0px 0px 15px, #000000 0px 0px 20px, #000000 0px 0px 30px, #000000 0px 0px 40px, #000000 0px 0px 50px, #000000 0px 0px 75px;}
Re: Widgets and banner
Yes, I mean. There is no problem with that.
My problem is that I want a picture both above and below. Like here: https://i.imgur.com/Q8jRhlj.jpg
Here is a picture below and above. That's what I want. ^^
My problem is that I want a picture both above and below. Like here: https://i.imgur.com/Q8jRhlj.jpg
Here is a picture below and above. That's what I want. ^^
Re: Widgets and banner
replace your code with this
- Code:
.modulcim {
background-image: url(https://i.imgur.com/5PzLN0M.png), url(https://i.imgur.com/LyJUKON.png);
background-position: top, bottom;
background-repeat: no-repeat, no-repeat;
color: #E1BAFF;
font-family: 'Unkempt', cursive;
display: block;
font-size: 24px;
letter-spacing: 0px;
line-height: 38px;
padding: 7px;
word-spacing: 3px;
text-align:center;
text-shadow: #000000 0px 0px 5px, #000000 0px 0px 10px, #000000 0px 0px 15px, #000000 0px 0px 20px, #000000 0px 0px 30px, #000000 0px 0px 40px, #000000 0px 0px 50px, #000000 0px 0px 75px;}
Re: Widgets and banner
It has happened, no change has taken place T_T
I'm really sad now :'(
Link: https://blackmoonfrpg.hungarianforum.com
Very bad forum, don't want what I do XD
I'm really sad now :'(
Link: https://blackmoonfrpg.hungarianforum.com
Very bad forum, don't want what I do XD
Re: Widgets and banner
replace my above code ...with this
- Code:
.modulcim {
color: #E1BAFF;
font-family: 'Unkempt', cursive;
display: block;
font-size: 24px;
letter-spacing: 0px;
line-height: 38px;
padding: 7px;
word-spacing: 3px;
text-align:center;
background-image: url("https://i.imgur.com/5PzLN0M.png");
text-shadow: #000000 0px 0px 5px, #000000 0px 0px 10px, #000000 0px 0px 15px, #000000 0px 0px 20px, #000000 0px 0px 30px, #000000 0px 0px 40px, #000000 0px 0px 50px, #000000 0px 0px 75px;}
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
background-image: url(https://i.imgur.com/5PzLN0M.png);
background-repeat: no-repeat;
background-position: bottom;
padding: 2px 3px;
}
Re: Widgets and banner
Ahw * - * One degree better, but still not perfect. ^^"
I'm sorry I have so much trouble.
There are places where it is covered and there are places where it is constantly repeated.
I'm sorry I have so much trouble.

There are places where it is covered and there are places where it is constantly repeated.

Re: Widgets and banner
sorry i can not isolate the elements they are under the same id
maybe someone else can help you
maybe someone else can help you
Re: Widgets and banner
Hello @Mineko,
Welcome to Forumotion Support Forum! Do you want to add an image to the bottom of the widgets?
Welcome to Forumotion Support Forum! Do you want to add an image to the bottom of the widgets?
Re: Widgets and banner
Add in your stylesheet and tell me if this is what you want:
- Code:
#left table[summary],
#left > table [class^="row"]:not([title$="%"]):not(.genmed) {
background-image: url(https://i.imgur.com/5PzLN0M.png);
background-repeat: no-repeat;
background-position: bottom;
box-sizing: border-box;
}
#left table[summary]:after,
#left > table [class^="row"]:not([title$="%"]):not(.genmed):after {
padding-bottom: calc(200 / 400 * 100%);
display: block;
content: '';
}
#left table[summary]:after {
padding-bottom: calc(400 / 300 * 100%) !important;
}
TonnyKamper likes this post
Re: Widgets and banner

Yes, yes, YEEEES! *she bounces in his chair in joy *
So much so that it doubles here, not elsewhere.
Re: Widgets and banner
+1 Add in your CSS:
- Code:
#gallery_container tr:first-child > .row1 {
background: none !important;
}
TonnyKamper likes this post
Re: Widgets and banner
YEEEEEES!!!

I love it. I love you too. Thanks! Thank you very, very, very much!!!



I love it. I love you too. Thanks! Thank you very, very, very much!!!
Re: Widgets and banner
Problem solved & topic archived.
|

» Banner in widgets
» Game-Status banner widgets
» Forum Widgets problem! Widgets "flying" or hiding, can't fix it.
» Widgets? list of widgets available
» [Abuse] A member copy my forum (banner, mini-banner, ecc.)
» Game-Status banner widgets
» Forum Widgets problem! Widgets "flying" or hiding, can't fix it.
» Widgets? list of widgets available
» [Abuse] A member copy my forum (banner, mini-banner, ecc.)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum