News:

Create A Forum Installed

Author Topic: Banner  (Read 2136 times)

0 Members and 1 Guest are viewing this topic.

Offline mickjav

  • Full Member
  • ***
  • Posts: 249
  • Karma: 4
  • Gender: Male
  • Database designer
  • Location: Margate, Kent
    • View Profile
    • Database Dreams

Badges: (View All)
Second year Anniversary Level 5 100 Posts
Banner
« on: March 01, 2020, 12:58:03 pm »

I would like to add a banner to my site but Understand the Logo image URL: has no option to center it so am looking at the header but I have a problem in that when I add an image the background shows the style background that his made up of dimonds as in image below.
I have looked at a lot of options/posts but have not been able to find how to add it in the css file.

Is there a way I can download my forum and make edits I.E a Payed option to Allow it.
thanks mick

Share on Facebook Share on Twitter


Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: Banner
« Reply #1 on: March 01, 2020, 03:04:09 pm »
This can be done with the CSS you can center via the css based on the element. It will vary depending on what style you are using but the code should be similar.
Probably controlled by this html
Code: [Select]

<div id="top_section">
<h1 class="forumtitle">
<a href="https://databasedreams.createaforum.com/index.php">Database Dreams</a>
</h1>

</div>
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline mickjav

  • Full Member
  • ***
  • Posts: 249
  • Karma: 4
  • Gender: Male
  • Database designer
  • Location: Margate, Kent
    • View Profile
    • Database Dreams

Badges: (View All)
Second year Anniversary Level 5 100 Posts
Re: Banner
« Reply #2 on: March 01, 2020, 04:05:50 pm »
This can be done with the CSS you can center via the css based on the element. It will vary depending on what style you are using but the code should be similar.
Probably controlled by this html
Code: [Select]

      <div id="top_section">
         <h1 class="forumtitle">
            <a href="https://databasedreams.createaforum.com/index.php">Database Dreams</a>
         </h1>
         
      </div>
Thanks I'll get somebody to look at sorting it as I haven't got a clue I was never that good at css 20 years ago lol

Offline mickjav

  • Full Member
  • ***
  • Posts: 249
  • Karma: 4
  • Gender: Male
  • Database designer
  • Location: Margate, Kent
    • View Profile
    • Database Dreams

Badges: (View All)
Second year Anniversary Level 5 100 Posts
Re: Banner
« Reply #3 on: March 03, 2020, 10:01:17 pm »
Ive tried to edit the section I think relates to the tite but nothing happens for both the default text and when adding an image as I have now
Code: [Select]
/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
    line-height: 45px;
    font-size: 1.8em;
    font: 250%/100% 'Century Gothic';
    margin: 0;
    text-align: center;
}
https://databasedreams.createaforum.com/index.php

 

Related Topics

  Subject / Started by Replies Last post
7 Replies
749 Views
Last post November 20, 2013, 01:37:12 am
by Sara50840
0 Replies
339 Views
Last post November 20, 2013, 01:45:05 am
by Sara50840
3 Replies
282 Views
Last post December 25, 2015, 10:20:58 pm
by mr.ken
1 Replies
321 Views
Last post October 04, 2021, 12:24:02 am
by CreateAForum
5 Replies
318 Views
Last post October 04, 2021, 02:56:48 am
by CreateAForum