TinyPortal

Development => Support => Installation => Topic started by: Pravi on July 30, 2016, 03:22:10 PM

Title: customize the blocks .
Post by: Pravi on July 30, 2016, 03:22:10 PM
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




Title: Re: customize the blocks .
Post by: Pravi on July 31, 2016, 06:28:37 AM
Nobody knows it??  :( ???
Title: Re: customize the blocks .
Post by: lurkalot on July 31, 2016, 08:20:10 AM
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
Title: Re: customize the blocks .
Post by: Pravi on July 31, 2016, 09:00:33 AM
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)
Title: Re: customize the blocks .
Post by: 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;
}
Title: Re: customize the blocks .
Post by: Pravi on July 31, 2016, 12:30:06 PM
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.
Title: Re: customize the blocks .
Post by: illori on July 31, 2016, 07:36:46 PM
that is why you need to talk to the author of your theme, so they can take a look at the issue.