Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #6687
    shanewasik
    Member

    Hiya,

    Great theme so far, considering the pro version to enable a responsive layout. Wasn’t sure how much this would effect the content though if I’ve added customised info.

    Anyway, I’ve uploaded a custom logo and reduced the header margin at the top of the page which is great but I can’t seem to find the code to reduce the margin between the bottom of the logo and the top of the meu bar. Any advice on finding that?

    The site is http://www.baskingsharkscotland.co.uk

    Thanks

    Shane

    Thanks
    Shane

    #6697
    Sakin
    Keymaster

    @shanewasik: Just add the following css in “Custom CSS” box in Theme Options panel. Reduce the margin as per your need.
    #header #mainmenu { margin-top: 40px }

    #6698
    shanewasik
    Member

    Hi Sakin,

    Thanks mate, I think I changed this in the main code to reduce between the top of the logo and top of  the page which reduced down nicely.

    Will this work for the bottom of the logo and button bar? I was looking for margin-bottom or something similar if that exists?

     

    Thanks

     

    Shane

    #6699
    Sakin
    Keymaster

    yes use that in “Custom CSS” box in Theme options. If you add the following
    #header #mainmenu { margin-top: 20px }
    It will reduce the space between the header image and navigation by 20px

    #6738

    Hi, 

    I have the same problem (too much space between logo and tab bar).

    Right now I have this code:

    #header #mainmenu { margin-top: 1px }

    and it still looks like too much space.

    See my home page: http://www.ahhthesimplelife.com/

    Many thanks!

    #6740
    shanewasik
    Member

    Yep same, issue as me, I added the code in the custom box but it didn’t work. I do have some other code in there though, not sure how much difference that makes?

    Shane

    #6760
    Sakin
    Keymaster

    @ahhthesimplelife.com: I just check in your site and looks like you have modified css. Just update your theme to latest version 2.3.2 which will remove the edits that you have done is style.css and it will be fixed.

    Please don’t edit any theme code file for any css customization we need to add in “Custom CSS” box in Theme Options panel or in Child Theme.

    #6815

    Hi Sakin,

    I really do not want to upgrade my theme as it will destroy my customizations.

    Any other suggestions?

    Thanks,

    Carol

     

    #6841
    Sakin
    Keymaster

    @ahhthesimplelife.com: That is why don’t edit in your theme core files. If you want to edit css then use Custom CSS box and for functions build child theme and edit there.

    #6856

    Sorry, but I don’t think you understand
    I did put that code in the Custom CSS box and it made no difference
    (just as you advised Shane)

    Here is the code:
    #header #mainmenu { margin-top: 40px }
     
    Here is my blog:
    http://www.ahhthesimplelife.com/

    Also, I would love to be able to center the Tagline under the logo.

    Many Thanks,
    Carol

    #6870
    Sakin
    Keymaster

    @ahhthesimplelife.com: Hello Carol, the main problem of your site in due to the Site Tagline too long and it makes your right side section to come down. This increases the space. So, either reduce the tagline or add the following CSS in your “Custom CSS” box in Theme Options panel.

    #site-details { clear: both; }
    h2#site-description { max-width: 340px; text-align: center; }

    #6879
    shanewasik
    Member

    Hi Guys,

    It didn’t work for me either – can you help Sakin?

    This is what is in my Custom CSS box

     

    Thanks

    Shane

     

    h1#site-title a img {

    float: left;

    height: 304px;

    max-height: 185px;

    padding-right: 0px;

    width: 550px;

    }

    h1#site-title {

    background: url(“http://baskingsharkscotland.co.uk/wp-content/uploads/2013/04/BSShoriz_web.png”) no-repeat scroll 0

     

    #header #mainmenu { margin-top: 1px }

    #6891

    Hi Sakin and Shane,

    Sakin, thanks for your quick response.

    Shane, thanks for your posts.

    Here’s what mine looks like now: http://www.ahhthesimplelife.com/

    Much, much better!

    Code:

    #header #mainmenu { margin-top: 40px }

    #site-details { clear: both; }

    h2#site-description { max-width: 340px; text-align: center; }

    #6893
    Sakin
    Keymaster

    Hello @shanewasik and @ahhthesimplelife.com : Now I am confused because of two communicating together. Can you have separate forum thread or communicate one by one. or can you list what each of you want. Sorry I am lost.

    #6898

    Sorry for the confusion. I am all set for now.

    Kind Regards,

    Carol

    #6903
    shanewasik
    Member

    Hi Sakin,

    Still the same issue for me, looking to get the space between the menu bar and logo smaller. The code you advised didn’t work in the Custom CSS box.

    This is what code I have.

    Thanks again for your help
    h1#site-title a img {
    float: left;
    height: 304px;
    max-height: 185px;
    padding-right: 0px;
    width: 550px;
    }
    h1#site-title {
    background: url(“http://baskingsharkscotland.co.uk/wp-content/uploads/2013/04/BSShoriz_web.png&#8221  no-repeat scroll 0

    #header #mainmenu { margin-top: 1px }

    #6920
    Sakin
    Keymaster

    To reduce the margin between the bottom of the logo and the top of the menu bar. Add the following CSS in “Custom CSs” box in Theme Options panel. Adjust the margin top as per you need in site http://baskingsharkscotland.co.uk/
    #header #mainmenu { margin-top: 10px; }

    #6973
    shanewasik
    Member

    Thanks Sakin, I had tried it a few times but it didn’t work. However I placed it at the beginning of the Custom CSS box and now works fine. Thank you very much for your help.

    Would you have any advice on getting the search box further down towards the menu bar, along with the social media buttons, with the logo moving down they seems to be a bit far up the page.

    I saw from your previous posts that you suggest not to alter the theme code but add any alterations into the custom CSS box.

    Thanks

    Shane

    #6984
    Sakin
    Keymaster

    @shanewasik: Yes, just add the following CSS in “Custom CSS” box in Theme options panel. You can increase the margin top.
    #header .social-search { margin-top: 100px; }

    #7293
    shanewasik
    Member

    Thanks for all your help.

    Shane

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Margin Between Logo and Tab Bar’ is closed to new replies.