Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #471112

    Hi ;

    I need your help. I would like to use my blog posts with no sidebar and i chose “no sidebar” under enfold menu > side bar settings >sidebar on single post entries . So far no problem with that. Sidebar removed from my posts’ page however ;

    1 ) post image has been enormous , with full width which i would not prefer (1034 px)
    2) content stays in the middle with big space in the right and the left side of it. (total width 1100 px and content width is 600 px in the middle.

    I am also providing link to my page for you to see it. How can i reduce the width and height of photo and make my content flat with full width or 90% of width

    #471114

    Merhabalar!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .post .entry-content-wrapper > *, 
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%; 
    }
    .single .big-preview.single-big {
      width: 70%;
      margin: auto;
    }

    Regards,
    Yigit

    #471127

    Thanks Yiğit !

    it worked !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Post Content Width with no sidebar’ is closed to new replies.