collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 414
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

Thanks for having an interest with our portal. If you have any requests for features, have a look at the Feature Requests board.

Author Topic: title bar whitespace- help needed  (Read 4505 times)

0 Members and 1 Guest are viewing this topic.

Offline lovely

  • Newbie
  • Posts: 3
  • SMF Version: None
  • SP Version: None
title bar whitespace- help needed
« on: February 16, 2011, 04:58:58 PM »
Hi there,

I searched the forum long & hard before deciding to post here therefore I hope someone will be able to help with a theme issue I'm having. I had the issue with the corners so I copied portal.css (and rtl) to custom theme and it fixed that.
However, what I've been unable to figure out is why I have a huge whitespace showing in the title bars (only happening in the center blocks) and the forum boards are not affected and shows the title bar fine. I've tried adjusting the width/height and managed to cover the white space but then the actual title shifted all the way to the right and threw off the formatting completely. Please help..I've attached screen shots and also the code I'm using in my portal.css. TIA.
UPDATE: profile update not working for versions so updating it here: SMF 2 RC4, SP 2.3.3

Code: [Select]
h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left
{
float: left;
display: block;
/*width: 55px;*/
/*height: 85px;*/
background: url(../images/theme/main_block.png)repeat;
}

h4.titlebg span.left, h3.titlebg span.left
{
float: right;
display: block;
width: 9px;
height: 9px;
background: url(../images/theme/main_block.png);
}

« Last Edit: February 16, 2011, 05:59:32 PM by lovely »

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: title bar whitespace- help needed
« Reply #1 on: February 17, 2011, 11:10:14 AM »
This behavior is very theme-dependant.
Can you give a link, so we can see the CSS in action?
 
Thanks.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline lovely

  • Newbie
  • Posts: 3
  • SMF Version: None
  • SP Version: None
Re: title bar whitespace- help needed
« Reply #2 on: February 17, 2011, 03:01:58 PM »
I also tried adjusted the padding in index.css & portal.css but to no avail.....This is a very modified theme called Reference originally by Crip.

http://www.lovelythings.org/forum
« Last Edit: February 17, 2011, 03:05:49 PM by lovely »

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: title bar whitespace- help needed
« Reply #3 on: February 18, 2011, 10:13:59 AM »
Yours is a members-only forum. I'd be happy to have a look if you supply a login username/password. You may PM this information to me, if you wish.
 
Thanks
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline lovely

  • Newbie
  • Posts: 3
  • SMF Version: None
  • SP Version: None
Re: title bar whitespace- help needed
« Reply #4 on: February 18, 2011, 03:10:13 PM »
Angelina, thanks for your reply. Unfortunately I don't have the capability to PM (maybe post count too low?) so if you could PM me, I will reply back to send you a user name/pwd.


Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: title bar whitespace- help needed
« Reply #5 on: February 18, 2011, 07:22:41 PM »
You are probably good now.
The fix turns out to be simple.
 
For your custom theme, in index.css, in h3.catbg, remove the line about background.
 
You can see the background is defined a little differently than the one for .catbg. And this doesn't matter in the forum because catbg is used differently there than it is in the simpleportal blocks.
 
I figured this out using IE8's developers tools.
You could do the same with firebug for firefox -- they show you all the CSS settings and let you turn them on and off like light switches.
 
 
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?