Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1296922
Centering posts
Closed

Comments

  • abusybeeslife started the conversation

    Is there a way for posts to be centered. I find when it is full width and the sentences are not the same length it looks funny. Also, I am not saying to center the text in the post, I mean to center the page, not full width. I do not want a sidebar to avoid distraction when reading. What can I do?

  •  2,699
    PenciDesign replied

    Hi,


    Please try add more this code to Customize > Custom CSS to do that:


    .inner-post-entry{ max-width: 800px; margin-left: auto; margin-right: auto; } #respond form#commentform{ margin-left: 0; margin-right: 1px; }


    Best Regards,

    PenciDesign

  • abusybeeslife replied

    This is nice. Can I also make it 900 maybe just a bit wider?

    Also, it is possible to but a border around this "container" or box of 800/900 width?

    Thanks so much for the help!

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, you can do that by replace the code I sent to this code:

    @media (min-width: 768px){
    .inner-post-entry{ max-width: 900px; margin-left: auto; margin-right: auto; padding: 20px 20px; box-shadow: 0 0 10px #ccc; }
    }
    #respond form#commentform{ margin-left: 0; margin-right: 1px; }

    Best Regards,

    PenciDesign

  • abusybeeslife replied

    ok great I will try it soon. One last question -in typography when I change the color of heading 2 it still remains black in all my posts. No matter which hex code color I choose.

  • abusybeeslife replied

    I replaced the code and nothing happens. I dont see a box around the post content. Just nothing. Looks almost like it went back to full width...

  •  2,699
    PenciDesign replied

    Hi,


    1/ I'm missing a character, please try copy and replace with the old code again.

    2/ What's the way you did to change color of heading 2? Please change it via your editor.


    Best Regards,

    PenciDesign

  • abusybeeslife replied

    i dont understand when you say you are missing a character. How can I know which one is missing to get the right code?


    Also in customizer heading two color chang doesn't work as I already stated

  •  2,699
    PenciDesign replied

    Hi,

    1/ I edited the code in my previous comment, you can copy it again. Or copy this code here:

    @media (min-width: 768px){
    .inner-post-entry{ max-width: 900px; margin-left: auto; margin-right: auto; padding: 20px 20px; box-shadow: 0 0 10px #ccc; }
    }
    #respond form#commentform{ margin-left: 0; margin-right: 1px; }

    2/ Can you show me a screenshot about that? I'm not clearly about that.


    Best Regards,

    PenciDesign

  • abusybeeslife replied

    The code worked exactly how I needed it. Thank you.

    Here are the screenshots of the typography heading 2 set to hx code #008080 (green).  

    In the second screenshot you can see in the post it is black as the color did not change. 

  •  2,699
    PenciDesign replied

    Hi,

    This customizer doesn't come from our theme. It's come from a plugin from you.

    Can you show me the link for this heading? 


    Best Regards,

    PenciDesign

  • abusybeeslife replied

    Hahahahahahaha of course it is from your theme. Appearance - Customizer- Typography.

    This is no plugin.


  •  2,699
    PenciDesign replied

    Hi,


    No - We don't have any section "Typography" in this theme I'm sure 100% it come from a plugin from you.

    You can try deactivate all plugins and try it again, this section will gone


    Best Regards,

    PenciDesign

  • abusybeeslife replied

    So how to people using this theme edit their fonts?

    In the attachment as you can see, it is Soledad theme. and typography is under your options and I have no plugin called typography.

  •  2,699
    PenciDesign replied

    Hi,

    As I said in my previous comment. This section not come from our theme.

    And you can edit fonts for your site via Customize > General Options > "Font for Heading Title" & "Font for Body Text"

    It's not plugin called Typography. If you want to know the plugin create this section, let's deactivate each plugin to check.


    Best Regards,

    PenciDesign

  • abusybeeslife replied

    I dont want to change the font color for the body text of for the title, I want to change it for headings like h2, h3, h4 which is not shown under your general options

  •  2,699
    PenciDesign replied

    Hi,

    Seem you didn't understand me. 

    I said that this theme give you options for change font type for heading title & body text - It's not change colors. And that section ( Typography ) are not come with our theme, so it doesn't work is normal.

    If you want to change colors of h2, h3, h4 on your single post page, please add more this code to Customize > Custom CSS:


    .post-entry h2, .post-entry h3, .post-entry h4{ color: #008080; }


    Best Regards,

    PenciDesign