By Steve Potter on Thursday, 15 June 2017
Posted in General
Replies 5
Likes 0
Views 745
Votes 0
Im using helix 3 template and ive adjusted the component row to be fluid for maximum width but the only row that doesn't work is the row i put the component on, the margin or padding is about 2.5 cm on each side.
Ive checked your forums but cant find the info i need.

1. How do i remove margins from component page.
2. How do I change latest blogs module title font?...Ive copied and inserted the provided css script into custom css but it only changed the content and content title...i want to change module title font.
Hi there,

Can your try css codes below on custom.css files and see how it goes

.sp-module .sp-module-title {
font-size: 14px !Important;
}
·
Saturday, 17 June 2017 15:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steve,
To remove the margins, you can use the custom css codes below:

#sp-main-body > .container {
padding-left: 0;
padding-right: 0;
}
If you want the width to be 100%, you can add this: width: 100%;

2. I think you can do this with your template. Since I am not familiar with your template, perhaps you can consult your template provider for some advice.
·
Friday, 16 June 2017 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thanks Raymond.
How do I change the title font and size for the latest blogs module itself...I used code that was sent to me in the last ticket, but that code only changes the article title and introtext font.

Thanks again
Steve
·
Saturday, 17 June 2017 07:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

I believe you are referring to the post's title on the latest blog module, am I correct? You can use the css codes below,

[gist]
body #eb.eb-mod .eb-mod-media-title {
font-size: 18px;
}
[/gist]
·
Saturday, 17 June 2017 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I'm referring to the module title, I have chosen to show latestblogs title instead of hide it, Im ok with the size of the post title....so I want to change the latestblogs module title font and size.
Thanks
Steve
·
Saturday, 17 June 2017 14:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post