Site logo

Archived topic

logo, side title, side tagline and navigation fixed on the top

6 replies · Started by Lara on September 19, 2019

Viewing posts 1–7 of 7

Dear support team,

I bought GeneratePress Premium because it works out of the box with the toolset plugins. I customized my previous theme with css in a way, that the logo, the side title, the side tagline, as well as the navigation was fixed on the top of the page (desktop and mobile) with the logo float outside of the container. In addition, the navigation had a background image.

If I enter the css to change those items in your theme in the customizer, I get an error message and can't save it.

How do I solve this problem?

Kind regards
Lara

Hi there,

what CSS are you adding?

Hi David,

many thanks for your answer. I try to add the following css:

/* MENU PANEL _ LAPTOP GeneratePress */

/*fix navigation on the top of the page*/
.header-wrap #site-navigation:not(.toggled), .header-wrap #mobile-header:not(.toggled):not(.navigation-stick){position: fixed;
width: 100%;
background: #fff;
background-image: url("https://cuteberry.de/wp-content/uploads/cuteberry_menu_laptop_background_reitlehrer_reitstunden_4.gif");
background-repeat: repeat;
background-size: 100% 100%;}

/*logo, cuteberry and "Verbindet Reitlehrer und Schüler" Box"*/
.site-branding-container{
position: fixed;
z-index: 1000;
}

Kind regards
Lara

Can't see a problem with that CSS.
What happens if you add it to the very top of the CSS code stack?

Hi Dave,

I entered it in the Customizer, Additional CSS section. The error message is "Unable to save due to 2 invalid settings."

Kind regards
Lara

Many thanks, I was able to work out it.
The issue is solved.

Thanks

Glad to hear you got it resolved.

This archived topic is closed to new replies.