This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #136593
     lash411
    Participant

    Hi, I’ve applied the code from this article to my php file, however, I need to center the image as well. It renders correctly on mobile as full width and centered, however, on a desktop the image is left-aligned, and I want it centered above the title.

    I tried using the stylesheet to align the new div class, but it didn’t work, any suggestions?

    .fullwidth-image-before-content{

    align-content: center;

    };

    Attachments:
    You must be logged in to view attached files.
    #136661
     Radu
    Moderator

    Please provide the post URL and if i need an account to see the the content provide one.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136922
     lash411
    Participant
    This reply has been set as private.
    #136953
     Radu
    Moderator

    Use this instead

    COPY CODE
    
    .fullwidth-image-before-content, .fullwidth-image-before-content img {
        text-align: center;
    }
    

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #137139
     lash411
    Participant

    This is resolved-tks!

    #137197
     Radu
    Moderator

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?