Home Forums WoodMart support forum Problem with Image for page title of pages.

Problem with Image for page title of pages.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316127

    Hello, it is the second license that I buy for your theme, it is working very well for me, but I have a problem that I am not able to fix. The Image for page title I can’t find a way to make it responsive so that it looks the same on all devices, I tried to change the pixel option by percentage with css but it didn’t work for me.
    They could tell me some way to fix it …

    #316196

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile and Custom CSS for Tablet area under Theme Settings >> Custom CSS.

    .page-title-default {
        background-size: cover;
        background-position: center center;
    }

    Best Regards

    #316241

    Excuse me please, it still does not work, the images do not resize

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

    Hello,

    I saw the screenshot you attached.

    The Custom CSS I provided is to display the Image full size as it is displayed on the Desktop versions.

    And if we try to change the size of the image then it will repeat.

    If you still want the CSS then try adding the following Custom CSS.

    .page-title-default {
        height: 150px;
        background-size: contain;
        background-position: center center;
    }

    Best Regards

Tagged: 

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