[ShopZee theme] issues frontpage

Home Forums All Other Themes [ShopZee theme] issues frontpage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190854
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 29
    • Replies: 71
    • Total: 100
    Member since: May 16, 2020

    Hello,

    I have 2 issues on the frontpage.
    1)
    The text box is displayed centerd, where I would like it to be aligned left. I have added the custom CSS below to create the box
    .nivo-caption {
    width: 50%;
    background-color: rgba(206,112,62,0.55);
    padding: 15px;
    }
    See illustration: https://ibb.co/NFmVywK

    2)
    The word “Aanbieding” does not fit in the small circle
    See illustration: https://ibb.co/mSNv0Lj

    The URL is https://www.redpilldesign.nl/jaads
    I have created an account for you on the site.

    #190896
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    kindly use this CSS:

    .nivo-caption { width: 1170px; background-color: transparent !important;}
    .nivo-caption .nivo-caption-content { max-width:50% !important; padding:20px; background-color:rgba(206,112,62,0.55) !important;}
    
    @media screen and (max-width:1024px) {
    .nivo-caption { width:auto;}
    }
    
    .woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
      height: 90px;
      width: 90px;
      line-height: 90px;
    }

    Regards,
    Chris

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