Hello, I was wondering if you could a tutorial on how to make the ask as bubbles as yours and tumblr's :) thank you
Hi! I was a bit vague in this reply, right? sorry. I’ll try to make a simple tutorial.
Tutorial: Asks as bubble chat with arrows
First of all, search in your theme for {block:Answer} and delete everything to {/block:Answer} including this line. Paste this code instead:
{block:Answer}
{Asker}: {Question}
{Replies}
{/block:Answer}
Now, Let’s add the css before (if you had any question css, delete it, because if the divs name are the same it can cause some trouble):
/* question start by todorokiscute */.question{width:100%;position:relative;display:flex;}.ask{width:calc(100% - 70px); /* distance between the icon and the question*/background:;/* bubble/ask color*/padding:20px;position:relative;border-radius:3px; /* rounded bubbles*/}.ask::after{content:' ';display:block;border:13px solid transparent;border-left-color:; /* arrow color */position:absolute;right:-26px;top:12px;}.asker-avatar{width:50px; /* avatar width */height:50px; /* avatar height */object-fit:cover;position:absolute;right:0;border-radius:100%; /* rounded corners */}.asker b,.asker b a{color:black;/* color of the asker’s name*/font-family:''; /* font if you want to change*/} .replies{margin:1em auto; /* make the reply block a bit distant*/}/* question end */
You can edit as much as you want to. I advice to not edit or delete the lines in bold, though. They’re very important to make the whole bubble responsive or to work altogether with the arrow. Also do not remove the credits, since I came up with this alone :)
I hope this is easy to understand though. Any doubts don’t hesitate to send me asks.














