Also Where do I change where the Helix Blog options uploads the image and size?
.author-info {
display : none;
}
Hello there,
1. To hide the icon from the all blog post go to HELIX3 framework -> Blog (tab) and then set No for Show Icon option.
2. To hide the icon from the blog details page go to Article -> Options( far right corner) -> article (tab) -> Show Author( set as HIde). It will hide the author from the blog details page but still, there will be a space. To remove it, Use following CSS code in the custom.css file in CSS directory.
.author-info {
display : none;
}
Thanks and let me know.
Hello there,
1. To hide the icon from the all blog post go to HELIX3 framework -> Blog (tab) and then set No for Show Icon option.
2. To hide the icon from the blog details page go to Article -> Options( far right corner) -> article (tab) -> Show Author( set as HIde). It will hide the author from the blog details page but still, there will be a space. To remove it, Use following CSS code in the custom.css file in CSS directory.
.author-info {
display : none;
}
Thanks and let me know.
I have both of those things in place but the space is still there.. so when I try to add a module or an addon to the right it squeezes it all together and messes up the layout. (See Screen Shot)
Hello there,
1. To hide the icon from the all blog post go to HELIX3 framework -> Blog (tab) and then set No for Show Icon option.
2. To hide the icon from the blog details page go to Article -> Options( far right corner) -> article (tab) -> Show Author( set as HIde). It will hide the author from the blog details page but still, there will be a space. To remove it, Use following CSS code in the custom.css file in CSS directory.
.author-info {
display : none;
}
Thanks and let me know.
I have both of those things in place but the space is still there.. so when I try to add a module or an addon to the right it squeezes it all together and messes up the layout. (See Screen Shot)
Hello there,
Space will be there. To remove the space you need to work on this page code.
Thanks.
Hello there,
1. To hide the icon from the all blog post go to HELIX3 framework -> Blog (tab) and then set No for Show Icon option.
2. To hide the icon from the blog details page go to Article -> Options( far right corner) -> article (tab) -> Show Author( set as HIde). It will hide the author from the blog details page but still, there will be a space. To remove it, Use following CSS code in the custom.css file in CSS directory.
.author-info {
display : none;
}
Thanks and let me know.
I have both of those things in place but the space is still there.. so when I try to add a module or an addon to the right it squeezes it all together and messes up the layout. (See Screen Shot)
Hello there,
Space will be there. To remove the space you need to work on this page code.
Thanks.
Funny answer.
I have the same problem... There is a blank space on the left side of the page.
Can we get any more information than "Space will be there. To remove the space you need to work on this page code."?
Thanks.