MiniFP styling
- Posted by ronysyz (191) Offline
and for this case
please change "Thumbnail Position" in this module parameter
12 years 1 month ago #13
by ronysyz
the title is not above but with image
please change "Thumbnail Position" in this module parameter
Please Log in or Create an account to join the conversation.
- Posted by uzbaby (20) Offline
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
12 years 1 month ago #14
by uzbaby
I did a lot of changes to CSS but there is no any resullt. Please one more time can you help me
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
please try to replace
with
12 years 1 month ago #15
by ronysyz
.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;
}
Please Log in or Create an account to join the conversation.
- Posted by uzbaby (20) Offline
- Posted by ronysyz (191) Offline
- Posted by Jan (2) Offline
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 8 months ago #18
by Jan
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
Please Log in or Create an account to join the conversation.