New Landing How can we help? Themeforest Theme Support Dante Modified Page title issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #116097
    maximearmstrong
    Member
    Post count: 73

    Hello!

    I have an issue with my page title. I created some custom css in order to get the information center aligned :

    .page-heading .heading-text {
    width:100%;
    }
    
    .page-heading .heading-text h1 {
    text-align: center!important;
    white-space: pre-wrap;
    width: 940px;
    }
    

    the results are okay when I’m on a full screen window on my computer, but the issue appears when the window is resized/on mobile version. I attached a picture to show you the issue.

    My website is http://www.pluriels.ca

    Attachments:
    You must be logged in to view attached files.
    #116194
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove rule width: 940px; or change it to 100% from your css code.

    .page-heading .heading-text h1 {
    text-align: center!important;
    white-space: pre-wrap;
    width: 100%;
    }

    Thanks
    Mohammad

    #116422
    maximearmstrong
    Member
    Post count: 73

    #116427
    maximearmstrong
    Member
    Post count: 73

    It worked perfectly, thanks!! ๐Ÿ™‚

    #116433
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register