[Resolved] Copyright Text align right

Home Forums Support [Resolved] Copyright Text align right

Home Forums Support Copyright Text align right

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #177548
    Paul

    Hey there,

    is it possible to float the copyright right?

    Thanks
    Greets

    #177549
    kvejonsio

    hello
    you can do it with css

    .inside-site-info {
       text-align: right;
    }

    or if you have GP Premium go to appearance -> generatepress and add something like this in to the Copyright

    <span style="float: right;">Copyright %copy% %current_year% | All rights reserved </span>

    • This reply was modified 8 years, 1 month ago by kvejonsio.
    • This reply was modified 8 years, 1 month ago by Tom.
    #177643
    Tom
    Lead Developer
    Lead Developer

    The first option above is the best ๐Ÿ™‚

    #177678
    Paul

    Workss

    Another short question. I added a new site, it isnt listed on the main menu, but it is shown on the homepage in the menu.
    Is there a way to disable this site in the main menu?

    Greets

    #177721
    Tom
    Lead Developer
    Lead Developer
    #177790
    Paul

    Fixed it, was my bad.

    Thanks!

    Another one – i got two menus. Is there a way to put these two menus together, when im using mobile view.
    At the moment i have two menu buttons on mobile view.

    Greets.

    #177835
    Tom
    Lead Developer
    Lead Developer

    It’s possible if you’re using the slideout menu – you can create a new menu which has all of the items, and then set it as your slideout menu.

    #177891
    Paul

    I tried. i created 3 menus. main, sec and slide. Slide works fine, and is shown in mobile version in this playce, where normally main nav is, with all sites i added to slide. But the menu button for sec nav is still shown, with sides i added to sec nav of course.

    #177914
    Tom
    Lead Developer
    Lead Developer

    You can hide the secondary nav on mobile with this CSS:

    @media (max-width: 768px) {
        .secondary-navigation {
            display: none;
        }
    }
    #177959
    Paul

    Great.

    Thank you for the support. Appreciate it.

    Have a nice day

    #177960
    Tom
    Lead Developer
    Lead Developer

    You too ๐Ÿ™‚

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