• Resolved PetruTiglar

    (@petrutiglar)


    Hi people,
    I have been trying all damn day just to get a working code or way to get the content area down roughly 10-15px
    I have tried all types of codes that i have found on the net both HTML and CSS.
    I have also used firebug to hopefully fix it but no luck.
    All i really want to do is move the content area and the content background down so i can have my logo sit right above the divider line but about 5px under the menu.
    If anyone can take a look at the site and come up with an idea i would be very appreciated. (Might even post your name on my blog when its done, LOL)
    Thanks
    [ Signature moderated. ]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like your logo is very tall. You could increase the height of your header which will then push your content area down.

    #header {
        border-bottom: 1px solid #CCCCCC;
        height: 190px;
        position: relative;
        z-index: 1000;
    }

    It’s a commercial theme which includes support in the purchase price so if you are having issues you should seek further support from the vendor.

    Good luck

    Thread Starter PetruTiglar

    (@petrutiglar)

    #Update#
    I believe it has something to do with the footer. So i might move that down and i might just be able to fix it. Also i have got the logo moved down so there is no issue with that.
    if anyone can help please do

    Thread Starter PetruTiglar

    (@petrutiglar)

    checking that now. Thanks!

    Thread Starter PetruTiglar

    (@petrutiglar)

    Hey premiumWP.
    Sorry that code isnt working for the issue.
    I really believe that it has something to do with the footer because i have an option in the theme settings to adjust the height of the main content. so i did -“px” and it goes down but only to where it is now. no further. So im not sure what it is. Can only think of the header. Ill see what i can do.
    Please keep me updated tho. Thanks

    Thread Starter PetruTiglar

    (@petrutiglar)

    Searched for the right code to edit in Styles.css
    Thanks anyway

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moving MinShop Content area Down.’ is closed to new replies.