Home Forums Theme support Logo Alignment Cucina Reply To: Logo Alignment Cucina

Hi,

to you want to center it? Then you can use this css code:

#brand { text-align:center; }

Or only move it some pixel to the right? The use this code:

#brand { padding-left:100px; }

By the way: looks like there is a problem with your caching plugin, some parts of your css don’t work…