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 #1964391
Some layout questions
Closed

Comments

  • Magg0t started the conversation

    Hi there,

    First thanks for this great forum, thanks to this I found many answer to my questions by myself, and I have only few details left to be ready :)

    1) How can I change the padding between header of sidebar and his contents ?

    2) I want to change the font of category above title post

    3) I manage to justify by default almost everything except the post in "list" and "box" style, what css custom should I put ?

    4) Is it possible to reduce the size of the image in the sidebar for the latest post ?

    5) How can I put a default gravatar for person who left a comment without having one ?

    6) Is there a way to have a category in the menu bar with a different layout than the other ? 

    7) Is it possible to had an image to the top of the header ? I attached the image I want to put and the capture of where it should be put   => Edit : I succed to did that :)

    Many thanks for your time

    Magali

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

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

    .penci-sidebar-content .widget-title{ margin-bottom: 20px; }
    

    2/ Unfortunately, this theme doesn't support this feature. The font for that place will follow the font for body text you've selected via Customize > General Options > Font for Body Text

    3/ Please show me where do you want to do that.

    .penci-grid li .item .item-content, .penci-masonry .item-masonry .item-content, .penci-grid .mixed-detail .item-content{ text-align: justify; }
    .penci-layout-list .penci-grid li .item .item-content, .penci-layout-boxed-1 .penci-grid li .item .item-content{ text-align: left; }
    

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

    .widget ul.side-newsfeed li .side-item .side-image a{ width: 100px; }

    5/ Check option for it via Dashboard > Settings > Discussion

    6/ You can go to Posts > Categories > edit cateogory you want to change the layout > and select another layout for this category on "Select Layout for This Category"


    Also, please note that:

    Envato Support Policy doesn't include questions for item customization - you can check support policy here. While you asked us too much questions related with item customization like on this ticket ( questions with custom css ). So, in next times, we will don't provide support for you questions related with item customization anymore.


    Best Regards,

    PenciDesign

  • Magg0t replied

    Hi,

    Thank you for all your answers, so sorry about them, I saw many people asking post like me and I figure it was OK to do so, so sorry about that. I will keep that in mind :)

    Just to answer the point 3) with your code on the main page the post "box" are now justify, but when I'm on a category page, the post "list" style are style on the left and not justify. See the image attached.


    Thank you for your time

    Magali

  •  2,699
    PenciDesign replied

    Hi,

    For point 3, sorry, I was think you're using Boxed Layout - not 1st Classic then Boxed layout. Also, you said with me " except the post in "list" and "box" style " - so I was think you want to exclude list layout.

    Please replace the code I sent to this code to fixed it:

    .penci-grid li .item .item-content, .penci-masonry .item-masonry .item-content, .penci-grid .mixed-detail .item-content{ text-align: justify; }
    .penci-grid li.list-boxed-post .item .item-content{ text-align: left; }
    

    Best Regards,

    PenciDesign

  • Magg0t replied

    Hello,

    Sorry if I explain it wrong (it's hard sometimes to translate from French ^^)

    With the code you send it's now okay in category page which are in "List" layout

    But on the home page I have layout "Classic then boxed" and now the box are not justify with this code.

    Hope it's more clear ?

    Thank you 

    Magali

  •  2,699
    PenciDesign replied

    Hi,

    I just tested and I see everything working fine.

    Have you tried with the code I sent in my previous comment? Please put it to Customize > Custom CSS and save it & clearly the cache.

    After that check again your homepage.


    Best Regards,

    PenciDesign

  • Magg0t replied

    I'm sorry I've just tried again after emptying the cache and I still see the boxed left justify. I also check on my phone to be sure I empty the cache correctly and same..

    Maybe I'm doing something wrong ?



  •  2,699
    PenciDesign replied

    Hi,

    Do you mean you want to justify the excerpt on the boxed posts?

    If so, replace the code I sent to:

    .penci-grid li .item .item-content, .penci-masonry .item-masonry .item-content, .penci-grid .mixed-detail .item-content{ text-align: justify; }


    Best Regards,

    PenciDesign

  • Magg0t replied

    Yes !! That work just fine now !! Thank you !

    I have one last question, regarding the sidebar, I choose "Style 9 - Custom Background Image", and can you tell me if there is an option to put in order to resize automatically the background ? Because when the internet windows is not in full page the image is truncated. 

    For exemple the image in the "A propos" is properly resize in every case, is it possible to apply the same rule ?


    Magali


  •   PenciDesign replied privately
  •   Magg0t replied privately