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 #1645098
configuration
Closed

Comments

  • AmDev1 started the conversation

    I installed the theme and trying to configure the home page but it looks really strange. I'm using the Travel Magazine template but the logo header is half way down the page, below some content. Can you please take a look?

  •  2,699
    PenciDesign replied

    Hi,

    I see your logo display fine. Can you tell me more about your issues?


    Best Regards,

    PenciDesign

  • AmDev1 replied

    Hi there, yeah I don't really know what happened - seems the homepage became corrupt somehow. I sorted it by creating new one. Just another 3 minor questions if that's ok:

    1. I need the sidebar to be 300 pixels at a minimum and it looks like the sidebar shrinks to 273 pixels at smaller desktop screen widths.  Can I change this somewhere?
    2. Also the content shrinks to 280 pixels wide at smaller mobile widths and we would want to make an adjustment to keep that at 300 pixels. Can I change this somewhere?
    3. And finally, the look of a tag page is somewhat different to a category page - particular in relation to line spacing and the style of H headings. See this tag https://mowgli-adventures.com/tag/build-a-camper-van-conversion-guide/ and this category https://mowgli-adventures.com/category/south-america/ for reference. I'd like the tag to look the same as the category. Can I change this too?

    Thanks again - loving the theme!

    Regards

    Angela

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 1169px) and (min-width: 961px){
        .container.penci_sidebar #main{ width: 68%; padding-right: 30px; }
        .penci-sidebar-content{ width: 32%; }
    }
    

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

    @media only screen and (max-width: 360px){
    .wrapper-boxed>.container, #widget-area>.container, #footer-section>.container {
        padding-left: 5px;
        padding-right: 5px;
    }
    }
    

    3/ Please go to Customize > General Options > on Category, Tags, Search, Archive Layout > select layout "Grid Posts"


    Best Regards,

    PenciDesign

  • AmDev1 replied

    Thank you! The first 2 pieces are resolved so thank you for that. The third isn't though - it's only changed the way the posts are displayed. Can you please advice?

    Thanks 

    Angela

  •  2,699
    PenciDesign replied

    Hi,

    I see it's working fine.

    Check this 2 images:

    http://prntscr.com/k81leb

    http://prntscr.com/k81lyi


    Best Regards,

    PenciDesign

  • AmDev1 replied

    Hi there

    It's the tag & category descriptions that are being displayed inconsistently. The layout of the posts is fine.

    Regards

    Angela

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, I understand it now.

    To do that, please do following this image.


    Best Regards,

    PenciDesign

  • AmDev1 replied

    Perfect! Thank you :-)