Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #576066

    Hello,
    I tested somm CSS Code, but it dosn’d work very well. I want to make the single post content smaller and in the middle of the content space left to the sidebar –> not the same width as the other side. –> maybe 60%

    Making of der Website http://www.scan.at | FineArt Fotografie Friedrich Dunst

    I tried also some customizing with 2/3 and 1/3 columns in the blog-content
    –> the input fields for comments and so on are missing
    you can see it: http://scan.at/allgemein/beitrag-demo-4/

    Maybe there is a esayway to solve my problems…

    Thanks

    BR
    Fritz

    #576068

    soory there is something happend with the link – I can not change it…

    #576316

    Hi,

    I’m not sure if I understand what you are trying to do, could you post a screenshot highlighting your intentions so that we can understand what you are looking to achieve please?

    Regards,
    Rikard

    #576376

    Hi,
    the width from the single blog entry is too big — > see attachement and Link

    Making of der Website http://www.scan.at | FineArt Fotografie Friedrich Dunst

    –> can I reduce for to e.g. 60 %.
    It is not good for reeding with this width.
    i hope it is more clear??

    PS: how can I upload a picture/screenshot

    Thanks
    BR
    Fritz

    #576572

    Hey!

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

    .single-post .entry-content { 
    max-width: 600px; 
    margin: auto; 
    }

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #576654

    Hi,
    it doesn’t work well, see Link below:

    The headline and the picture are not centered as the single post content

    #577560

    Hey!

    If you want to center align everything, please add this css code:

    .single .entry-content-header, .single-post .entry-content {
        text-align: center;
    }
    
    .small-preview img, .big-preview img {
        margin: 0 auto;
    }
    

    Best regards,
    Ismael

    #577645

    Hi Ismael,

    thank, that’s what I want, know I can make a compination of CSS and it works fine.

    thank you

    Please be so kind and close my 2 open threads.

    BR
    Fritz

    #578264

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Single Post content (single post site with sidebar) is too width’ is closed to new replies.