By Nicole Bernd on Friday, 03 August 2018
Posted in Technical Issues
Likes 0
Views 828
Votes 0
Having difficulty with creating a new simple blog template, or adding blocks in the frontend editor.

When trying to edit a blog post the "Enter a blog title" box is so large it covers the text block underneath it making it visually unappealing and difficult for users to type. See the image below.

How can I resolve this issue?
Hi there,

It seems like it got conflict with your current template. I have applied css code below here http://take.ms/tUIRi and it should works fine now. Please give it a check and see how it goes.

[gist type="css"]
#eb .eb-composer-field-title textarea {
min-height: inherit;
}
[/gist]
·
Friday, 03 August 2018 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you!
·
Friday, 03 August 2018 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 04 August 2018 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post