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,226 through 3,240 (of 3,476 total)
  • Author
    Posts
  • 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.

    in reply to: Slider "Dots" & Custom Colors #16910

    Hi Dawn,

    Just click on the select color button side to the color and set you own color. This screenshot may help you.

    Thank you!

    in reply to: Slider "Dots" & Custom Colors #16850

    Hi Dawn,
    Hi Dawn,

    To remove the “dots” on the slider Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    #controllers {
        display: none;
    }

    And for the specific blue skin you can change the color as your via theme option.

    Thank you!

    in reply to: Change columns on Services Area??? #16849

    Hi Studiostacie,

    Sorry we have made theme in 4 column. It needs code customization to make it 3 column. You have to hire a developer for this.

    Thank you!

    in reply to: Footer Color #16848

    Hi Phuong,

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

    #site-generator {
        border-top: 0 none;
    }

    Thank you!

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