Tagged: 

Viewing 20 posts - 1 through 20 (of 48 total)
  • Author
    Posts
  • #8369

    This option is listed as a feature yet I don’t see any way to move my logo up, etc. Please advise, thanks.

    “Additional Features in Catch Everest Pro Version:
    Header Options: Additional option to move Site title and logo position up and down as per your need”

    #8415
    Sakin
    Keymaster

    @paulinepkehoe: Which version of Catch Everest are you using it? If you are using latest version then you can move the logo up and down though “Appearance => Theme Options => Header Options => Move Site Title and Description”

    #8442

    Hi, Moving the site “title and description” was not what I was hoping to do. However, I did click this to see what would happen and nothing appeared to shift.

    I was hoping to take about some white space around my logo/header.

    http://www.beyouloveyou.com/

    Thanks

    #8443
    Sakin
    Keymaster

    @paulinepkehoe: That is option that I told you is when you have Site Title, Tagline and Header Image.

    To reduce the space around the header/logo you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 1060px) {
    /* Top padding */
    #site-logo { padding-top: 50px; }
    /* Left, right and bottom padding */
    #hgroup-wrap { padding-left: 50px; padding-right: 50px; padding-bottom: 50px; } }

    #8456

    ok, thanks

    #9211
    jihn_1
    Member

    Hello Sakin,

    How can I put the Site Title at the right side of logo?

    I hope you can help me…

    Thanks.

    #9212
    jihn_1
    Member

    Sorry! I forgot this!

    http://www.fulfillsupply.com

    #9219
    Sakin
    Keymaster

    @jihn_1: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, hgroup.with-logo  {
        clear: none;
        display: inline;
        float: left;
    }
    #9226
    jihn_1
    Member

    Thank you Sakin!
    It worked!
    Now I just want to center the text (put it a little bit up)and also move it to the right.
    Could you please help to with it?

    Thanks in advance!

    #9227
    Sakin
    Keymaster

    @jihn_1: Try in the following css.

    hgroup.with-logo {
        padding-left: 10px;
        padding-top: 24px;
    }
    #18471
    Markus
    Member

    Hi Sakin, I have a similar question. How can I move my logo the very left corner of the header? Here my site: http://www.fhfn.org

    #18477
    Sakin
    Keymaster

    @Markus: I see that you are using Custom Header Image from “Appearance => Header”. For logo, it is recommended to use Logo from “Appearance => Theme Options => Header Options” and upload the image in “Logo url” and check “Disable Header Logo”.

    For Custom header to make it on left, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding img { float: left; }

    #18490
    Markus
    Member

    Thank you so much, Sakin, It worked. Can you take another look at the page: http://www.fhfn.org The social share buttons are now off after I moved the logo to the left. How can the social share buttons be moved to the right corner of the header?

    Also, I would like to remove the outside border of the Facebook box beside the slider and for all posts.

    Markus

    #18491
    Markus
    Member

    Also I would like to center the text in the footer editor section. How can I do that?

    #18498
    Sakin
    Keymaster

    @Markus: Sorry you are going wrong way. If you want your logo to be at the left and social icons to the right then. Please follow the guideline as below:
    1. You need to remove your logo from “Appearance => Header” as this is place for featured image.
    2. Then add your logo from “Appearance => Theme Options => Header Options” and upload the image in “Logo url” and uncheck “Disable Header Logo”
    3. Then you add you move your social icons from Header Top Sidebar to Header Right Sidebar.

    You can center your text in Footer editor section by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .wrapper em { display: block; text-align: center; }

    #18510
    Markus
    Member

    Thank you Sakin. Let me tell you, so far the money I spent on the theme is worth it given your service.

    I made the changes. The header logo is now to the left and I set top and bottom margin to 0.00, but there is still too much white space, especially between the logo and the slider. How can I reduce that space?

    Putting the footer text in the center worked. However, there seems to be an issue with adding links to the footer. When I enter the link and click on add link, the tab doesn’t respond and the link is not added. Can you fix this? Again, my page is http://www.fhfn.org

    Markus

    #18511
    Markus
    Member

    I tried this: #hgroup-wrap { padding: 0; }, but the space between the slider and the logo is still the same. I need to move the slider and the Facebook box located beside the slider up…

    #18512
    Sakin
    Keymaster

    @Markus: You need to mode your social icons form Header top sidebar to header right sidebar. Then to remove the space between the logo and the slider you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding-bottom: 0; }
    .home #main { padding-top: 0; }

    After that you will have just a small gap as your logo has white space. See your logo http://www.fhfn.org/wp-content/uploads/2013/12/logo5.png

    #18516
    Markus
    Member

    Thank you. It worked. I still can’t add links to the bottom footer in Footer Editor Option. I am following all the steps. When clicking on Add Link, nothing happens.

    #18517
    Sakin
    Keymaster

    @Markus: Can you send me the code that you have added in. You can add your code in https://gist.github.com/ and send me the link

Viewing 20 posts - 1 through 20 (of 48 total)
  • The topic ‘Header Options: Additional option to move logo position up and do’ is closed to new replies.