Hi;
I’m designing a new page. In this page I will only use the socket (not the footer). But the socket area expands if the content area doesn’t have too many items. Is there any way to fix it’s size?
Thanks for your help;
Hande
Hey Hande!
The problem looks like it’s coming from a statcounter plugin. Try deactivating all of your plugins to see if the space beneath your socket goes away.
Or you can use this CSS to hide it.
.statcounter { display: none; }
Regards,
Elliott
Hi Elliott;
Thank you for your reply. I tried to deactivate all plugins. But still the socket is expanding.
You can see the sample visiting http://www.handekarayaka.com/blog/deneme/
Is there another way?
Hey!
Besides that you can also add to the main content minimum height.
#main > .container_wrap:first-child {
min-height: 800px;
}
And adjust the value until it looks good.
Best regards,
Elliott
Thank you Elliott. But this method didn’t worked too.
By the way I added a slider for news. I’m using content slider for this. Can I add blog posts to this slider? Ps: Blog slider is not good for this aim because I’m bot abble to add prev and next buttons to it.
Hey!
You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then add the blog posts shortcode inside the content slider shortcode.
We also have a post slider shortcode which is probably what your wanting.
Best regards,
Elliott