Home Forums WoodMart support forum Need Size Help with an image

Need Size Help with an image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #316638

    Hey there, just wanting some help with sizing on desktop compared to mobile, im wanting the content to be the same size when you look at it on mobile as it is on desktop.

    When its on mobile it comes up as 3 images below each other am i able to put the 3 images in a line so they line up.

    Please help

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #316687

    Hello,

    I saw the screenshot you attached.

    Please disable the maintenance mode to check it myself and help you out accordingly.

    Best Regards

    #316693

    Thanks,

    i have disabled maintanence mode,

    so i basically wont that image to look the same on mobile as it does on desktop, Instead of having the 3 images directly below each other if that makes sense.

    #316725

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    If we try using Custom CSS then it could disturb the layout. If you still want the CSS then try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    And see if it works for you otherwise it requires customizations.

    .wd-price-table .wd-price-value {
        font-size: 15px;
    }
    
    .wd-price-table {
        flex: 1 1 112px;
        margin-right: 0;
        margin-left: 0;
    	text-align: left;
    }
    
    .wd-price-table .wd-plan-feature:not(:last-child) {
        font-size: 12px;
    }

    Regards
    XTemos Studio

    #316898

    ok, so i tried that and it just appears like it usually does. Each table one below the other. Im wanting them to be side by side.

    also is there a way to change the search bar search term from search for products to just search?

    Thanks

    #316935

    Hello,

    1) Please provide the admin panel login details of the website.

    2) You need to install and use the loco translate WordPress
    plugin to translate the string according to your needs.

    You can watch the video in our detailed documentation on how to translate strings using loco translate.
    https://www.youtube.com/watch?v=D3NsDdMzsls

    Regards.
    Xtemos Studios.

Viewing 6 posts - 1 through 6 (of 6 total)