• Resolved Jannik_Just

    (@jannik_just)


    Hi,

    1. I have gone a little stuck and therefore need help. I want to move my logo slightly from left to right (toward the nav bar). I have tried with all sorts of code in the “custom css” and can “move” the up / down and center it – but move it slightly to the right;-(

    2. Having trouble slider. When I maximize my browser window “extends” slider image and the bottom of the picture are “cut” away. When I minimize the browser just a little low lever – it’s nothing and everything is as it should be.

    Is there a “workaround” for this? And it is not possible to make the slider 1024 x 400 instead?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you provide a url and it will help me try to help you (no promises) :).

    Thread Starter Jannik_Just

    (@jannik_just)

    It’ s local ;-(

    K. Well #1 you should be able to do this:
    .row-fluid [class*=”span”]:first-child {
    margin-left: 0px;
    }
    Change the margin to move your logo to the left. Then:

    .row-fluid .span9 {
    width: 67.359%;
    }
    To adjust your nav bar to keep it on the same line.

    That should work. #2 I’m not really sure about.

    Make sure you are doing this in a child theme.

    1. Moving the logo
    Try using Chrome’s Developer Tools (CTRL+SHIFT+I) to inspect your elements. You can also use Firebug to accomplish the same.

    You’ll be able to apply changes to your CSS on the fly to know which element’s padding/margin to modify to nudge your logo.

    2. Trouble with slider
    Can you provide screen shots of the issue ? However, it’ll be hard to help you without seeing it in action and having a peek on what is going on behind the scene.

    Good luck

    Thread Starter Jannik_Just

    (@jannik_just)

    Hi Josiah,

    The code “do the trick” with my logo & navbar ??

    Thanks for the help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with Logo & Slider?’ is closed to new replies.