The meta section layout is determined by the container width. Since you’re making the container narrow by adding two sidebars, it move the meta above the image. You can change this by overriding the css
COPY CODE
.tpl-3rr article .article-meta {
width: 100px !important;
float: left !important;
text-align: right !important;
}
.tpl-3rr article .article-meta .post-meta .meta-links {
display: block !important;
}
.single .container .tpl-3rr.with-meta .article-content {
margin-left: 130px;
}
.single .with-meta .article-media {
margin-left: 130px !important;
margin-bottom: 40px;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com