TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:17:43 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 151
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 142
  • Total: 143
  • tino

customize the blocks .

Started by Pravi, July 30, 2016, 03:22:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pravi

Hello guys,

        I need a little help to remove the small gap between the tittle frame and content box in the blocks. I know its a silly question. But i dont know how to do that. :'(
Need some help guys.


Here is my forum details. Its a demo site, i used for testing.


Link to my forum: http://pix2box.com
SMF version: 2.0.11
TP version: 1.2
Default Forum Language: English
Theme name and version: Redsy
Browser Name and Version: Chrome and firefox
Mods installed: Tiny portal (only)
Modify message





Pravi


lurkalot

Hi Pravi

If you could provide us with the relevant info, as outlined in the posting guidelines, I'm sure someone will be able to point you in the right direction,

Link to my site: http://www.yourdomain.com
SMF version: SMF ver. here
TP version: TP ver. here
Default Forum Language: Your Default Forum Language here
Theme name and version: Theme name here
Browser Name and Version: Browser name/version here
Mods installed: Mods listed here
Related Error messages: Error message here

Pravi

Here is my forum details. Its a demo site, i used for testing.


Link to my forum: http://pix2box.com
SMF version: 2.0.11
TP version: 1.2
Default Forum Language: English
Theme name and version: Redsy
Browser Name and Version: Chrome and firefox
Mods installed: Tiny portal (only)

illori

i really dont even see any space that is out of the normal. since TP uses the styles that are built into your theme this would be something you would need to take up with your theme author.

you can try to remove the 1px margin-bottom here but i am not sure that will solve the issue.

div.title_bar {
    background: #e25d5d none repeat scroll 0 0;
    border-radius: 4px;
    height: 38px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 9px;
}

Pravi

Quote from: illori on July 31, 2016, 11:16:29 AM
i really dont even see any space that is out of the normal. since TP uses the styles that are built into your theme this would be something you would need to take up with your theme author.

you can try to remove the 1px margin-bottom here but i am not sure that will solve the issue.

div.title_bar {
    background: #e25d5d none repeat scroll 0 0;
    border-radius: 4px;
    height: 38px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 9px;
}


Hi illori,

        Thanks for the replay. I have tried as you mention still no effect.only catbg+roundframe and titlebg+roundframe has no space in between. please take a look at the screenshot.

illori

that is why you need to talk to the author of your theme, so they can take a look at the issue.