Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #354975

    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

    • This topic was modified 10 years ago by Hande-K.
    #355540

    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

    #356685

    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?

    #357123

    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

    #360752

    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.

    #360997

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.