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 - 2,056 through 2,070 (of 3,489 total)
  • Author
    Posts
  • Hi Sharon,

    Sorry for that. We are having issue in our support forum.
    just add below custom css to get rid of that too then

    #main .post,
    #main .attachment,
    .nav-links {
        margin-bottom: 0;
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: URGENT! #53496

    Hi Monmidt,

    We have viewed your site and we see that the background image is fully scaled to its container.
    Please clarify if you are not talking about background image.

    Thank you!

    in reply to: changing grid column number for mobile #53421

    Hi Sozan,

    to set the only one column on mobile and 3 on desktop just go Appearance > Customize > WP Portfolio Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .post-main .post {
        width: 33.33%;
    }
    @media only screen and (max-width: 767px) {
        #main .post-main .post {
            padding: 0;
            width: 100% !important;
        }
    }

    Thank you!

    in reply to: Remove nav bar underline #53381

    If you need any further assistance, please, do not hesitate to contact us again.

    Thank you!

    in reply to: Remove nav bar underline #53376

    Hi Sr,

    Go to Appearance > Customizing > Design Options > Custom CSS and paste the below CSS code then click on Save button.

    #access {
        border: 0 none;
    }

    Thank you!

    in reply to: When will Ambition Pro be updated? #53327

    Hi Nela,

    Our theme update is manual process and you will have to be active towards our site.
    Whenever there is a newer version we update it into your account download section as well as update the new version info on its individual theme page.

    We have update the theme time to time this year. and you can view the changelog here.
    Download the latest version of the theme via you account section from our site and update it.

    And yes you can use it on multiple sites but you will get support for only one site.

    If you have any problem let us know.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Space between main menu and dropdown submenus #53167

    Hi Schoukah,

    We have not change appearance on menu.
    If you downgrade back to the previous version you will see same appearance as you see on the latest version.

    To reduce the gap between the main menu and the dropdown menu just Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.

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

    Thank you for appreciating our work.

    in reply to: Space above and below logo and menu #53166

    Hi @rob3, @lenylucky

    To reduce the white space go to Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #site-logo {
        margin-top: 10px;
    }
    #access a {
        padding: 25px 0 0;
        height: 45px;
    }
    #access ul li ul {
        top: 70px;
    }
    .search-toggle {
        margin-top: 25px;
    }
    #search-box {
        top: 70px;
    }

    Thank you!

    in reply to: Align Header Logo #53054

    Hi Diogomto,

    As of your email we have replied your all queries here in this reply.

    To align logo vertically center and to change the color of the block and position them a bit up just go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #site-logo {
    	margin-top: 22px;
    }
    .featured-text {
    	bottom: 200px;
    }
    .featured-text .featured-title {
    	background-color: #2b3c8e;
    }

    Change the above hex color code #2b3c8e to change the different color for the block and to disable the link it need code customization you need upgrade to pro version or hire a developer.

    Thank you!

    in reply to: Search BOX #52975

    Hi all,

    Search function will disable in mobile version by default.
    To show it on mobile devices just add below custom css:

    @media only screen and (max-width: 767px) {
    	.search-toggle {
    		display: block;
    		margin-top: 22px;
    		right: 40px;
    	}
    	#search-box {
    		right: 30px;
    		min-width: 203px;
    	}
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: Single post full width image issue #52941

    Hi Habijabi,

    Width of your image size is smaller than our content area and it display the exact image size. If you want to show the image to the full width just add below custom css.

    img.size-full.wp-image-91 {
        width: 100%;
    }

    Thank you!

    in reply to: Is there an official date for magcast pro? #52859

    Hi Happyeungin,

    Just want to let you know that we have released the Pro version of MagCast theme you can view detail here and view the beautiful demo here.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Change Logo Position #52850

    Hi Giuseppe ,

    Add below custom css code to shift the top logo from the center to the left and social icons to the right:

    .hgroup-left {
        float: right;
    }

    Thank you!

    in reply to: Height of wigets to display more text #52752

    Hi Richard,

    Sorry! We are not ignoring your queries.
    This topic get to the next page as pagination 2 and we din’t click on the next page and thought that the last reply was from us as we see here.
    If we have seen it we definitely reply it. It’s a simple queries and we have already replied it please let us know if above css code helps you out or not.

    Once again sorry for inconvenience.

    Thank you!

    in reply to: Height of wigets to display more text #52749

    Hi Richard,

    There is no individual settings for the slider title/description the appearance of it will be handle with the Appearance > Theme Options. If you need the individual setting for it then you have to use custom css just go to Go to Appearance > Customize > Design Options > Custom CSS and paste the following CSS code and click on Save & Publish button:

    .featured-text .featured-title {
        background-color: #ff2d00;
        font-size: 35px;
        color: #ffffff;
    }
    .featured-text .featured-content {
        background-color: #ffffff;
        font-size: 13px;
        color: #ff2d00;
    }

    I have changed the code as per your requirement if you need to change it just change the above HEX color code and digit value 35/13 for font size as you wish.

    Thank you for using our theme.

    Regards,
    Theme Horse

Viewing 15 posts - 2,056 through 2,070 (of 3,489 total)