Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17886
    Ally
    Member

    Hi

    I’m fairly new to this so please excuse any silly questions. I have a few issues with my current test site: http://www.switchfoxclients.co.uk/employers

    1) In the theme options > header options > I’m using the ‘header right sidebar’ to display the contact details, however as you will see it doesn’t look great as it sits too high (ideally needs to be aligned to the bottom of the logo) and also needs to the right aligned and not left. How do I do this?

    2) I have untick to disable the search in the header options, however the search bar doesn’t appear.

    3) Social Links > I have added facebook and twitter urls but the icons are not appearing in the header.

    4) The grey header box at the top of the page is a different height on the home page compared to other pages – any ideas why?

    Thanks in advance for taking the time to reply.

    Ally

    #17917
    Sakin
    Keymaster

    @Ally: Here goes the solution to your issues.
    1) You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #sidebar-header .widget.widget_text {
        padding-top: 65px;
        text-align: right;
    }
    @media screen and (max-width: 767px) {
    #sidebar-header .widget.widget_text {
        padding-top: 0;
    }
    }

    2) Once you active the header right sidebar, that option will be replaced by Header Right Sidebar. So, you need to add “10. Catchthemes: Search Form” Widget from “Appearance => Widgets” to Header Right Sidebar.

    3) Once you active the header right sidebar. You need to add “1. Catchthemes: Social Icons” widgets from “Appearance => Widgets” to Header Right Sidebar.

    4) That is the way the Catch Mustang theme is designed. It’s there to facilitate “Header Title and Header Description” that you add in your post and page through “Header Title and Description” meta boxes.

    #17925
    Ally
    Member

    Hi Sakin

    Many thanks for your very helpful replies, it’s much appreciated!! 🙂

    Shame about the different height of the top area, seems a little strange but happy that i’ve fixed the other issues.

    I hope you guys bring out many more themes that I can use.

    Ally

    #17933
    Sakin
    Keymaster

    Hi Ally,

    Thanks for your appreciation and yes we are working on new themes as well.

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Various issues – please help’ is closed to new replies.