badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 3,480 total)
  • Author
    Posts
  • 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!

    Hi Gonzalo,

    To align phone number to right beside the social icons Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .info-bar .info {
        float: right;
        margin-left: 10px;
    }

    And for the services widget. All the contents in the services widget are already centered.

    Thank you!

    in reply to: Fixed page width when resizing browser #17197

    Hi Tony_boslett,

    To off the responsive view and have the same view as desktop. GO to Appearance -> Theme Options -> Layout Options Tab -> Responsive Layout click on Off radio button and click on save all changes button.

    Thank you!

    in reply to: Expand Search field? #17081

    Hi Morten,

    To have the search-field look like it does when clicked on Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    input.s {
    	width: 100px;
    	padding-left: 10px;
    	border-color: #eaeaea;
    	text-indent: 0;
    }

    Thank you!

    in reply to: WARNINGS in Theme after WP 4.0 Upgrade #16912

    @marguerite Fist you have to download the new version of the theme. Just login to our site with the same username you will be redirect to your account page there you will see your available download theme link if you still have the subscription to download the theme.

    After downloading the theme file. Just deactivate the old theme file and then delete it from the list. Now upload the latest version and activate it.

    Thank you!

    in reply to: Pending payment #16911

    Hi Stefano,

    We apologize for the system issue for your order.
    We have activate it now.

    Thank you for your purchase.

Viewing 15 posts - 3,226 through 3,240 (of 3,480 total)