Home Forums Pro Themes Signify Pro Home Page image creating a duplicate

Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #179550
    Sab S
    Participant

    Adding an image to my home page is spawning a duplicate of the image next to it, messing up the text alignment!

    #179551
    Sab S
    Participant

    The error is on this page: http://www.pitterpatterpomeranians.com/
    Link to image of the issue: https://imgur.com/a/w2Ut6zo

    #179553
    sanam
    Keymaster

    Hello, @PITTERPATTERPOM Try removing the image from the contents or featured image.

    #179596
    Sab S
    Participant

    If you look at the images in that link I sent to you.
    When I go to Pages, there is no featured image for the page. Simply added the image to the page in the block editor like I want it, with the rounded box. But it is causing a duplicate image to appear with no styling. Also shown in my image I linked you.

    #179608
    sanam
    Keymaster

    Hello, @PITTERPATTERPOM Could you please share your site login credentials through our contact form https://themepalace.com/contact-us/
    We will look into this issue once we get login credentials.

    #179672
    sanam
    Keymaster

    Hello, @PITTERPATTERPOM Please add this CSS in the Additional CSS

    #playlist-section .post-thumbnail{
    display:none;
    }
    #playlist-sectio .entry-content{
    text-align: center;
    }
    @media only screen and (min-width: 35.5em){
    .playlist-content-wrapper .entry-container {
    width: 100%;
    }
    }
    @media only screen and (min-width: 103.75em){
    #playlist-section.section.no-section-heading {
    padding-top: 0px;
    }
    }
    @media only screen and (min-width: 85.37em){
    #playlist-section.section.no-section-heading {
    padding-top: 0px;
    }
    }

    @media only screen and (min-width: 75em){
    .navigation-classic .main-navigation a, .top-navigation a {
    padding: 14px 10px;
    line-height: 2;
    }
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please, change the Button text as per your need.

    After adding the CSS your site will look like as in the video below:
    https://www.awesomescreenshot.com/video/7771921?key=72afded539acd0ff0be3c53a92d77fef

    Regards,
    Themepalace

    #179764
    Sab S
    Participant

    Sorry for the late reply on this! I would never share my login details, so I apologize, but that isn’t likely something you should ever as for.

    Regardless, the custom CSS you provided worked like an absolute charm, so thank you so much!

    The main fix I was looking for was
    “#playlist-section .post-thumbnail{
    display:none;”

    Thanks again and my issue is now resolved,
    Sab

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.