Product boxes etc

Home Support eCommerce Gem Product boxes etc

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11160
    Anonymous
    Inactive

    Hi on website address lemurtech.net/wp I have multiple boxes that I would like to change the size and retain the image quality, ideally for e.g the 3D Castings Selection, Keepsake jewellery and Personalised gifts I would like to make them bigger stand out boxes, is there a way to do this?

    I also noticed that it seems to scale based on text i.e the more text I put in the bigger the display which is an issue for me – any suggestions?

    Kind Regards

    Robert

    #11167
    nirav
    Keymaster

    Hello rj,

    Greetings of the day!

    As per your requirement, this code will help you to show the full image.

    Please follow below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    #home-page-advertisement-area .advertisement-widget .advertisement-wrap {
        padding: 60px 15px;
    }

    You can change padding value as per your requirements.
    Thank you

    #11189
    Anonymous
    Inactive

    Thanks for your response is there a way to move each individual box so the left one fills the left side more,
    the centre still centre, the right more to the right?

    If that makes sense.

    #11207
    nirav
    Keymaster

    Hello rj,

    You can add custom CSS for exand with of advertisement box.

    Please follow below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    #home-page-advertisement-area .container{max-width: inherit; padding: 0 15px;}

    Please feel free to let us know if you have any further queries.

    Thank you

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