badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 3,440 total)
  • Author
    Posts
  • in reply to: Wide layout problem! #17719

    Hi info19,

    We have designed this way. If we make the whole part stretch then there will be a reading problem for visitors if they view the site form large display.

    Thank you!

    in reply to: Wide layout problem! #17641

    Hi info 19,

    For this you have to change overall structure of CSS.
    Wide layout means not only it stretch to the whole part of the browser.

    Thank you!

    in reply to: Add colored sitebar #17640

    Hi Arjen,

    To change the background-color of the sidebar go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #secondary {
        background-color: pink;
        padding: 2%;
        width: 27.28%;
    }

    And for the white color you can change it from theme option.

    Thank you!

    Thank you!

    in reply to: Breadcrumbs and page (entry) title #17639

    Hi Namdar,

    To delete the gray background go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .page-title-wrap {
        display: none;
    }

    Thank you!

    in reply to: Slider width #17492

    Sorry that is the header image not the revolution slider. Here is the screenshot of your site http://awesomescreenshot.com/06e3nicnb7 and we haven’t seen any free space. If we are having misunderstand please provide us the screenshot what you are trying to do?

    Thank you!

    in reply to: css of original menu… #17458

    Hi Fredrik,

    To Remove the default menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 767px) {
            .menu-toggle {
    		display: none;
    	}
    }
    

    Note: Please remove above CSS to show the default built-in menu.

    Thank you!

    in reply to: Slider width #17363

    Sorry we haven’t seen any revolution slider here in this page http://manuelhesse.de/wordpresskorrotherm/ueber-uns/

    Thank you!

    in reply to: PromoBox Layout (interface free) #17360

    Hi Bru,

    To change the appearance style of the promo box as you said Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_promotional_bar {
        text-align: center;
    }
    .widget_promotional_bar .call-to-action {
        float: none;
        margin-top: 16px;
    }
    .widget_promotional_bar .promotional-text {
        float: none;
        width: 100%;
    }

    Thank you!

    in reply to: Centralise the menu #17356

    Hi Benlifton,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:

    
    .hgroup-right {
        float: none;
    }
    #access {
        float: none;
        text-align: center;
    }
    #access li {
        display: inline-block;
        float: none;
    }

    Thank you!

    in reply to: Blog – Header Text #17355

    Hi Brian_land,

    It seems that you have edit the core style.css file. You have edited the css file yourself and it is having issue. Please use the original built-in style.css file.

    Thank you!

    in reply to: Line needed to seperate logo from menu. #17353

    Hi Jim,

    To change the background color for the navigation you can change it via theme options.
    Go to Appearance -> Theme Options -> Design Options Tab -> Color Options -> Background Color Options There you will see Top Menu Navigation Background Color options change the color of your choice and click on save all changes button.

    And for the title space
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    #main {
        padding-top: 20px;
    }

    Thank you!

    Sorry this is not easily possible. We have made it for four column. Two column will not automatically aligned to center. It needs code customization. You need to hire a developer for this.

    Thank you!

    in reply to: center menu #17308

    Hi Benlifton,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:

    .hgroup-right {
        float: none;
    }
    #access {
        float: none;
        text-align: center;
    }
    #access li {
        display: inline-block;
        float: none;
    }

    Thank you!

    in reply to: css of original menu… #17306

    Hi Fredrik,

    What you are trying to say we did not understand could you please clarify it again?

    Thank you!

    in reply to: Subpages in Topnavigation to much space #17305

    Hi Jorg,

    To reduce the gap between parent menu and dropdown men Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul {
        top: 70px;
    }

    Thank you!

Viewing 15 posts - 3,181 through 3,195 (of 3,440 total)