• I am trying to use the footer space to show two images, one left aligned and one right aligned to the page.

    I know that the footer is three columns of 260px so I have re-sized both the images to this width and created a blank image of 260px wide.

    When I use the image widget for each of the images I get the left align but the right hand image is too far left.

    When I add the blank image in the centre, again using the image widget, the image on the right shifts around onto a second line/row.

    Any suggestions on how to overcome this? I’m not familiar with html but have got the custom CSS plugin installed.

    Thank you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, It’s Justin. It sounds like the the areas you are putting the images in have padding or margins. You need to find the Id or class name for the areas, and change the margin, or padding.

    Let me know if that helps, please!

    Thread Starter ladybriggs

    (@ladybriggs)

    Hi Justin,

    I have found the margins that are causing the issue by inspecting the elements, how do I find out their Id or class name please?

    Thanks

    Sorry it took so long to get back to you.
    Try downloading firebug on Firefox browser. Firebug opens a window that displays the code form your page and highlights the areas on you site as you click on certain code snippets. You can figure what tags are associated with certain areas of your website.
    It also displays the CSS on the right so you can change margins an such right there and it will effect the page you are viewing. when you think you have it the way you want it you can then go into your CSS and change it to what you previewed with Firebug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Blaskan Problems with footer widget alignment’ is closed to new replies.