Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:
[class*="post__Author"] {
position: absolute;
left: 150px;
top: 0;
}
[class*="post__Header"] {
position: relative;
}
Result:
Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:
[class*="post__Author"] {
position: absolute;
left: 150px;
top: 0;
}
[class*="post__Header"] {
position: relative;
}
Result: