Archived topic
Blog archives second page in 2 columns gets first post in single column
3 replies · Started by ch1800 on April 15, 2021
I have the blog archives set in 2 columns with a sticky post on top and the option "Make first post featured" enabled.
Problem is the second archive page displays a single post on top and then 2 columns (1st link).
That works correctly though at another site with same settings (2nd link).
Do I miss a setting somewhere?
Hi there,
its the Breadcrumb being inside the columns container. If you want to keep it there then try adding this CSS:
.rank-math-breadcrumb {
width: 100%;
}
It will force it to occupy its own row.
Excellent, many thanks for this!
You're welcome