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 #1397622
Page Title Location
Closed

Comments

  • gejones started the conversation

    Hello, 

    Is there a way to left-justify my page titles and titles on category archive layouts? I do not want them centered, and want them to be aligned with the left edge of the menu and header logo.

    My page options are set to no sidebar with container width of 1000, and I am using Magazine Layout 1.

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-page-header, .archive-box{ text-align: left; }

    Best Regards,

    PenciDesign

  • gejones replied

    Thanks!

    I've got some more questions here:


    1. is there a way to make post title font bigger on the homepage and on the homepage slider?

    2. Is there a way to make image caption font larger?

    3. is there a way to make page navigation page numbers larger?

    4. Can I make the font on related post titles larger? (These are very, very small)

    5. Can I left justify the post titles on the category pages? And make them bold?

    7. Is there a way to place the word "search" in place of the magnifying glass icon on home menu?



    Thanks in advance, much appreciated!

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site url to I can take it a look for help you.

    Best Regards,

    PenciDesign

  •   gejones replied privately
  •   PenciDesign replied privately
  • gejones replied

    Awesome support so far. Thank you!


    Would there be a way to default all the post to 3/4 column formatting? I don't want sidebar, but full page seems too wide. 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to reduce the container width:

    @media only screen and (min-width: 1170px){
    .container{ width: 1000px; }
    }

    Change number 1000 to value you want.

    Best Regards,

    PenciDesign