Header alignment

Hi there,

I want to put the header text left-aligned with the text of the slider over it. How do I do that?

Many Thanks

https://soroptimist-essen-sued.de/

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.x-navbar-inner .x-container.width {
    width: 91%;
}

Hope it helps :slight_smile:

Hi there it works :slight_smile:

I would like to have the header from the ethos stack. Without the black area around and on the full width. Is that possible?

Hi There,

Please turn off Ubermenu plugin.

Thanks!

Hi there,

thanks for help.
I can not get it that the header menu is left aligned with the text of the slider.
https://soroptimist-essen-sued.de/
Do you have a tip?

It also takes a long time to load Cornerstone. I have increased the PHP memory. The hoster offers 256 MB for PHP 7.0. What could still be the matter?
I have deleted all caches.

PHP-Memorylimit 256,0 MiB
PHP Maximale Uploadgröße 64,0 MiB

Hi There,

To left align the navigation menu to the left, try adding the following CSS rule into your Theme Options > Global CSS area.

.masthead-inline .desktop .x-nav {
    float: none;
}

Also it could be that you’re running out of your allocated memory, in that case you can try adding the following code into your wp-config.php file.

Add the following lines into that file.

define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

Let us know how it goes.
Thanks!

The header works. Thank you :slight_smile:
The lines I have inserted, but it still does not work. Cornerstone loads very long.

Hi There,

I have checked your server configurations using a plugin (Dashboard -> WP-Serverinfo) and it seems that your hosting provider is not allowing to increase memory limit manually.

If you’re using a shared hosting, usually you may have to expect low or limited server resources. If you’re using a VPS, you may try upgrading your hosting plan.

However before doing that, I would strongly suggest you to migrate a copy of your site into a service like Pantheon (https://pantheon.io/) as they offer free developer plan. So that you can test your site in a different hosting environment and test how it performs. If you want to follow that path, you can follow our migration guide here (https://theme.co/apex/forum/t/cornerstone-content-builder-migration/126/1).

Thanks!

Thank you for the tip. I will try that. Thank you

You’re always welcome! Do let us know how this goes.

The solution to the problem is PHP 7.2. After switching to PHP 7.2, everything works. Many thanks for your help :slight_smile:

Thanks for letting us know!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.