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 #1638805
Demo Set Up
Closed

Comments

  • slock03529 started the conversation

    I am struggling with making sure that the site is responsive, so far my home page only shows half of one of my pictures and also the my story bit is cut off.

    Also I am struggling with locating on the demo that I downloaded the section that I add content to what was your exquisite menu section.

    Thanks 

    Sarah 

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me a screenshot about this? What's the images only shows half picture?


    Best Regards,

    PenciDesign

  • slock03529 replied

    Attached is the screenshot of the home page image.


    I managed to fix my other issue after playing around with it last night. 


    Thanks 


    Sarah

  •  2,699
    PenciDesign replied

    Hi,


    Please try add more this code to Customize > Addinational CSS to make your images auto resize like you want:

    @media screen and (max-width: 768px){
        .jarallax-container-fix > div, .jarallax-container-fix {
            position: static !important;
            transform: none !important;
            width: 100% !important;
            height: auto !important;
            background-position: center center !important;
            background-size: cover !important;
            z-index: 1 !important;
        }
        .featured-area-custom-slider .penci-owl-carousel-slider:not(.penci-slider-fullscreen) .penci-slider__item {
            min-height: 0 !important;
            height: auto!important;
        }
        .jarallax-container-fix > div {
            padding-bottom: 62.5%;
        }
    }
    

    Best Regards,

    PenciDesign

  • slock03529 replied

    I've copied and pasted the code in but not sure I have done it right as it's not made any difference and still that one slider image is not resizing for mobile. I'm not that clever with things like this sadly :(

  •  2,699
    PenciDesign replied

    Hi,

    You've putted on wrong space. Let's remove that there.

    Please go to Appearance > Customize ( NOT Customizer AMP ) > Addinational CSS > and paste that code at the end of this box.

    Best Regards,

    PenciDesign

  • slock03529 replied

    Hello, I fixed all the previous issues thanks to your advice. However I now have another one .....

    Can you please let me know how I edit the footer part of the demo which says PenNew is a wordpress Theme ............ and has a contact us part which says contact us : [email protected]


    Many thanks 


    Sarah 

  •  2,699
    PenciDesign replied

    Hi,

    Please check options for it via Customize > Footer Options


    Best Regards,

    PenciDesign