Home Forums Theme support Logo Alignment Cucina

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hello,
    I added the following code to make the page fullscreen.
    .inner {
    width:100% !important;
    }
    Everything looks good the only issue I have is my logo is to the far left of the screen now. How can I move the logo over to the right, can I add padding to make the logo more towards the center. http://luciano.valkeryie.com/

    Thanks!

    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…

    Thank you. I was not sure if brand or .logo was the correct CSS. WE had some serious DNS issues and out site was offline for almost 24 hours. I am using WP Fastest cache and I can change it I often have issues with other cache plugins being compatible with SEO plugins and others.

    Ah, ok, a saw the only the caching problem on your website, don’t knew the reason for it…

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.