Center Logo

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rogerschnur, Nov 21, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I already applied the code to move menu links under logo for full width. Now I owuld like to center the logo with it's container instead of being left justified.
     
  2. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I did some diggingf and got it to work in case anyone else needs the code:

    .logo {
    text-align:center;
    }
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    and the make the logo responsive (mine was bigger than recommended size) use this:

    img {
    max-width: 100%;
    height: auto;
    }
     
  4. richardsunday

    richardsunday New Member

    Joined:
    Mar 12, 2013
    Messages:
    16
    Likes Received:
    0
    Can I see your site please Roger, how does it affect the navigation bar ?
     
  5. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Click here to see website. It puts the nav underneath the logo.

    We are still doing some final minor work but you can see how the custom css we added works. You can also grab all of the custom css by looking at the source code on homepage under the </script><!-- Custom Styling -->
     
    amaconline likes this.
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    How did you center the Menu? I have a similar layout for the header and I cant find anything on the forum for this theme. Thanks
     
  7. beachproperty1

    beachproperty1 New Member

    Joined:
    Apr 16, 2012
    Messages:
    16
    Likes Received:
    0
    How did you get the menu under the logo ? Can you provide the code from your header.php or screenshop it ? Thanks
     
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     

Share This Page