[Resolved] Alignment of Copyright Info

Home Forums Support [Resolved] Alignment of Copyright Info

Home Forums Support Alignment of Copyright Info

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #34338
    Mary Pearson

    I posted this on the WP support site but have not received an answer. Am hoping someone here can help me.

    Currently the Copyright information on the website I’m building for a client is centered.

    I would like to move it to the left side and on the right side add a link to my website.

    I read in the forums that it is super easy with your addons. I have your addons. Could you please give me more detailed info as to how I go about this.

    The site in question is http://hugheshvac.ca

    Many thanks!

    #34345
    Tom
    Lead Developer
    Lead Developer

    Hi Mary,

    You can do this easily using the Copyright addon.

    First, you’ll want to add this CSS:

    .site-info {
          text-align: left;
    }
    
    .footer-right {
          float: right;
    }

    Now in “Appearance > GeneratePress” where you alter your copyright message, add this to the end:

    <div class="footer-right">Your content to float right</div>

    That should do it πŸ™‚

    #34361
    Markus Kosonen

    Hello,

    If I wish to change the social media icons pictures who is it done? I already have all add-ons and I have changed the colors but I would like to change one the icons to custom look.

    #34506
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Which social media icons? Are you using my Lightweight Social Icons plugin?

    Let me know πŸ™‚

    #35837
    Tom
    Lead Developer
    Lead Developer

    Marking this as resolved. Respond in here to re-open.

    #580261
    Flavio

    Hello.

    I am trying to add a logo and social media icons onto the copyright area and I was wondering if you could help me out here?

    The design is simple. I want to create 3 columns (i’m using your grid plugin) in that area such that, copyright is all the away left, my logo in the center, social media (4 small logos side by side) all the way right. Everything on a single line/row.

    I can add 2 columns, but the third one gets moved to row below. which I believe is because the copyright area is not moving to the left?

    Any assistance would be greatly appreciated.

    Thanks.

    #580273
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can open a new topic and link us to the site in question?

    Thanks!

    #580292
    Flavio

    Sure. I just kept it here because I used the code Tom listed above. I will start a new topic.

    Thanks.

    #580391
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.