i need a css fix (i think)

on one of my 3rd party mods the rate box is not right, it looks like it's missing padding which i think should be 20 (all other mods are fine), has anyone got some code to fix this please and also tell me what one of the files it should be placed in because i've tried to have a go myself but with no luck, 

screen shot attached

Untitled-3.jpg · 415K · 107 views
Quote · 2 May 2014

in templates/base/css/default.css

maybe around line 221 ... It might be what your looking for although I see you say with other mods the stars etc are fine ...

 

.bx-def-bc-margin {
margin: 20px 20px 20px 20px;

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 2 May 2014

humm I think I'm wrong there actually ...

maybe you can add the css yourself to fix the issue in common.css

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 2 May 2014

try adding css to fix issue in .votes_button_big in common.css

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 2 May 2014

Screen shots of css problems on custom templates are pretty much useless.

If this was the UNI template and a built in mod, we all have copies of that so can look things up. For custom stuff we can't. A real site URL with caching OFF is really whats needed. But everyone seems to be afraid to post urls to their site.

FYI. The spammers will eventually find your site. Not posting a URL is not going to stop them.

And with all custom stuff that you purchased from a developer, the developer should be contacted. But in this case it is most likely the fact that your custom template does not know about the css class your custom mod is using because most likely your custom mod is not using the padding class that is default for dolphins page blocks.

https://www.deanbassett.com
Quote · 2 May 2014

 

And with all custom stuff that you purchased from a developer, the developer should be contacted. But in this case it is most likely the fact that your custom template does not know about the css class your custom mod is using because most likely your custom mod is not using the padding class that is default for dolphins page blocks.

 hi deano, that's why i thought i would post here because i didn't know whether to contact the developer of the mod or the template, all cache is turned off and to make sure i also deleted both cache folders via ftp (except .htaccess), 

my site url is http://clublandonline.com just click on any of the Events to see the problem, 

i don't want to mess around with the file common.css because as i say it's only the 1 mod and it doesn't have it's own common.css file

Quote · 2 May 2014

add class votes_big to css for the events module and whatever your preferred margin...

I think the css for the module is missing the css for votes_big ....

I fixed the issue by doing this ... so add this css selector and then replace my margin of 50px with whatever you want:-


.votes_big
{
    margin: 50px
}

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 2 May 2014

 

.votes_big
{
    margin: 50px
}

 that's sorted it, many thanks to you both

Quote · 2 May 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.