New Landing How can we help? Atelier Center Copyright Info in the Footer

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Atelier
  • #210541
    xdev
    Member
    Post count: 114

    If there any way to center the copyright text in the footer?
    I mean this one from the footer:
    ©2015 Atelier · Made with by Swift Ideas.

    Thank you!

    #210726
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    There are three column widgets at footer. The copyright text placed at first column Widget. You need to remove it from first column widget and insert at second column widget to make it center. Hope it should help to you.

    Thanks
    Mohammad

    #210743
    xdev
    Member
    Post count: 114

    I don’t think the copyright is placed in any footer widgets… I the footer widgets I have other data, like social, newsletter, about…

    The copyright is placed under the footer widgets…How do I center it?
    Attaching screenshot.

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

    Hi,
    Please provide me your website url to check and resolve the issue.
    Thanks
    Mohammad

    #210760
    xdev
    Member
    Post count: 114
    This reply has been marked as private.
    #210904
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #copyright .text-left{
    text-align:center !important;
    max-width: 100% !important;
    width: 100% !important;
    }

    Thanks
    Mohammad

    #210916
    xdev
    Member
    Post count: 114
    This reply has been marked as private.
    #210952
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .swift-slider .swift-slider-continue{
    bottom:100px !important;
    }

    Thanks
    Mohammad

    #210957
    xdev
    Member
    Post count: 114
    This reply has been marked as private.
    #210962
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last css code and use this new custom css code:-

    .caption-excerpt{
    margin-top:20px !important;
    }

    Thanks
    Mohammad

    #210969
    xdev
    Member
    Post count: 114
    This reply has been marked as private.
    #211146
    xdev
    Member
    Post count: 114

    Any ideas? It’s not really working. Only the slider arrow moves…not the buttons.

    #211148
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .caption-content{
    margin-top:20px !important;
    }

    Thanks
    Mohammad

    #211154
    xdev
    Member
    Post count: 114
    This reply has been marked as private.
    #211156
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this code also:-

    .swiper-slide .caption-wrap{
    margin-top:20px !important;
    }

    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in to reply to this topic.