Site logo

Archived topic

Copyright Text align right

10 replies · Started by Paul on March 7, 2016

Viewing posts 1–11 of 11

Hey there,

is it possible to float the copyright right?

Thanks
Greets

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>

The first option above is the best :)

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

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.

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.

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.

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

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

Great.

Thank you for the support. Appreciate it.

Have a nice day

You too :)

This archived topic is closed to new replies.