Archived topic
Archive page isn't working good
11 replies · Started by Ravi Dixit on May 13, 2020
Hey, GP Team!
I am creating custom archive pages using Elementor pro but they are looking like this https://prnt.sc/sfwwk8
I even checked all the CSS added but no CSS is causing this. I tried doing the same on other sites and they are working great.
Please help me to fix this...
Hi there,
choices:
1. Customizer > Layout > Blog -> Archives and disable the Columns option.
or
2. If you're not using GP for the Blog then disable the Blog Module.
Hey, David!
I am using GP for the blog section and follow the option 1, disabled the columns for archive but it still now working as it should be.
Where can i see the problem blog ? Can you share a link to it
Hey, David!
It is working now, I was seeing that error when customizing the archive page. But after making that live, It is good.
You helped me once to move up my single post/page container, using this code:
body.single .site.container {
margin-top: -60px;
}
I don't want it to be applied on archives(categories/search results/tags)pages.
That code targets only single post types so that would exclude automatically exclude any Archives the theme generates.
Hey, David!
I have checked and this CSS code is affecting the archives pages... See this when the value is zero: https://prnt.sc/sgtvi4 and this when I make the value -60 https://prnt.sc/sgtvvr
Please help...
Do you have a link to that 'archives' page ?
Hey, Now it is working. Thanks for you have...
Can you help in a bit more? I am using this code to customize the link, added border at the bottom and changed the colour.
/* Links Formatting*/
.single .entry-content a,
.single .entry-content a:visited,
.single .entry-content a:hover,
.page .entry-content a,
.page .entry-content a:visited,
.page .entry-content a:hover {
border-bottom: 2px solid #2b60de;
color: #2b60de;
font-weight:bold;
}
This code is getting apply on all links, but I want it to apply on the single blog post and page only and in the only content area.
Can you help with this?
Can you open a new topic for this?
Thanks!
Okay, sure
Thanks :)