MiniK2 alignment problem
- Posted by Oliver Johnson (4) Offline
I've just installed MiniK2 and set it to newsticker and it all works fine. However the alignment is wrong.
The Headline background is cut off at the bottom as is the headline text itself and there appears to be too much space above.
I've tried increasing the height under Newsticker Sub Template Parameters but whilst that adds more height to the module the alignment is still wrong and cut off.
6 years 3 weeks ago #1
by Oliver Johnson
The Headline background is cut off at the bottom as is the headline text itself and there appears to be too much space above.
I've tried increasing the height under Newsticker Sub Template Parameters but whilst that adds more height to the module the alignment is still wrong and cut off.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi, Try to add this lines of code your css file :
6 years 3 weeks ago #2
by TemplatePlazza
#tp-tickerwrp .ticker-title {
line-height:105%!important;
width:80px!important;
}
#tp-tickerwrp .ticker-content{
line-height:100%!important;
padding-top:5px!important;
display:block;
margin-left:5px;
}
Please Log in or Create an account to join the conversation.
- Posted by Oliver Johnson (4) Offline
Thank you for the quick response. I tried adding this to template.css and also to a custom.css but unfortunately neither made any difference.
6 years 3 weeks ago #3
by Oliver Johnson
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
I didn't see that codes in the www.worthingarcheryclub.co.uk/templates/...ss/custom/custom.css
www.worthingarcheryclub.co.uk/templates/...pro/css/template.css
or
www.worthingarcheryclub.co.uk/templates/...ine/css/template.css
Are you sure you have added it?
6 years 3 weeks ago #4
by TemplatePlazza
www.worthingarcheryclub.co.uk/templates/...pro/css/template.css
or
www.worthingarcheryclub.co.uk/templates/...ine/css/template.css
Are you sure you have added it?
Please Log in or Create an account to join the conversation.
- Posted by Oliver Johnson (4) Offline
Sorry, I did add it but had removed it as it wasn't doing anything. I had however forgotten about adding it to the magazine template. I've added it now and it is a bit better, thank you.
However the text of the headline doesn't align to the middle of the Headlines button and still loosing the tail of letters like y,g,p etc. Also is it possible to reduce the space above the button as it's too large?
6 years 3 weeks ago #5
by Oliver Johnson
However the text of the headline doesn't align to the middle of the Headlines button and still loosing the tail of letters like y,g,p etc. Also is it possible to reduce the space above the button as it's too large?
Please Log in or Create an account to join the conversation.
- Posted by Oliver Johnson (4) Offline