MiniFP styling

and for this case

the title is not above but with image


please change "Thumbnail Position" in this module parameter
11 years 5 months ago #13 by ronysyz

Please Log in or Create an account to join the conversation.

ronysyz thanks to you I get what I wanted. Also I did some changes by myself because I understand how to make some chages. For example I add border to the image. But there is still one problem that I can't solve by myself. If you see my MF module there are a lots of spaces...around "readon".
I did a lot of changes to CSS but there is no any resullt. Please one more time can you help me
11 years 5 months ago #14 by uzbaby

Please Log in or Create an account to join the conversation.

please try to replace
.minifrontpage-default a.mfp-readon{
    background: none;
    color: #E96F14;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: right;
    text-decoration: none;
}

with
.minifrontpage-default a.mfp-readon{
    background: none;
    color: #E96F14;
    font-size: 100%;
    font-weight: bold;
    margin: 0!important;
    padding: 0;
    float: right;
    text-decoration: none;
}
11 years 5 months ago #15 by ronysyz

Please Log in or Create an account to join the conversation.

OH YES!!!!!!! THANK YOU VERY MUCH!!!
11 years 5 months ago #16 by uzbaby

Please Log in or Create an account to join the conversation.

You are welcome :)
11 years 5 months ago #17 by ronysyz

Please Log in or Create an account to join the conversation.

Hi guys,

First I like your frontpage extension. Selected it after I tried a bunch of others )

Now I'm trying to style the module to my template style, and I learned a lot from this post.

I'm still fairly new to css, but as far as I understood its better to make changes in custom.css so I tried that with above css lines, but to no avail. Adding the !important extension does not help either.

I'd like to have one file (custom.css) where I have all my own lay-out stuff, that way I would be independent from template changes and extension updates.

Please advice this css newby :)

Jan
11 years 3 weeks ago #18 by Jan

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum