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,131 through 2,145 (of 3,489 total)
  • Author
    Posts
  • in reply to: Page title spacing #50117

    Hi Emily,

    To move the page title to the content go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    #main {
        padding: 0;
    }

    And can you please clarify which top div your are asking to remove?

    Thank you!

    in reply to: How to hide sidebar position on certain pages #50116

    Hi Alexander,

    To hide the sidebar in all pages except home page go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .home #secondary {
        display: block;
    }
    #secondary {
        display: none;
    }

    Thank you!

    in reply to: Mobile display issue. #50101

    Hi Bartkphoto,

    Did you customize theme main code? If you have customize it first take a backup than reinstall the fresh copy of the theme once again and let us know.
    Can you also please check our demo site into your same mobile device? Is there a same issue or not?

    Thank you!

    in reply to: Margins in categories grids #50100

    Hi Daniel,

    To remove the gap in categories page go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    .post-main.column-area {
    	margin-left: 0px;
    }
    .post-main .column-wrap {
    	padding-left: 0;
    	padding-bottom: 0;
    }

    Thank you!

    in reply to: Home page layout #50099

    Hi Emily,

    To add the top padding go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    #main {
        padding-top: 60px;
    }

    Thank you!

    in reply to: Change of text size #50083

    @katie-jane-goudie Sorry! We missed your question.

    To change the font size we recommended you to add the custom CSS rather than editing in the main CSS file.
    To change the font size go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    body, input, textarea {
        font-size: 13px;
    }

    Increase/Decrease the above digit value 13 (font size) according to your needs.

    Thank you for using our theme.

    in reply to: Image grid #49978

    Hi Emily,

    To make the images for the portfolio grid square go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    .post-main .post .entry-wrap:before {
        padding-top: 100%;
    }

    Thank you!

    Hi Emily,

    Ok then please below Custom Css then.

    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
        background-color: rgba(255, 255, 255, 0.8);
    }

    Thank you!

    in reply to: Menu Form #49975

    Hi Lavishcouture

    Can you please deactivate the plugins one by one and check once. There might be something conflict with our theme.
    Also could you please provide us the site Url? So that we can see the actual issue.

    Thank you!

    in reply to: my mobile menu didn't work #49911

    Hi Wang,

    To make the promo box picture clear please addd below custom CSS go to Appearance > Customize > Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 1078px) {
       .widget_promotional_bar .promotional_bar_content {
          background-attachment: scroll;
        }
    }

    Thank you!

    Hi Emily,

    To make the block slightly transparent when hover over and to change just the text over it to white you have to add custom CSS go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
        opacity: 0.8;
        -moz-opacity: 0.8;
    }
    .post-main .post .entry-main .entry-title a,
    .post-main .post .entry-main p {
        color: #fff;
    }
    

    Thank you!

    in reply to: How do I get my video to work on iPhone and iPad? #49902

    Hi Timothy,

    Did you created a layer as described here
    If not follow this doc and let us know.

    Thank you!

    in reply to: Site Hacked? #49897

    Hi Bigthumbs,

    Just activate any other theme first and delete the old version of the Attitude Pro theme and upload a new version of Attitude Pro that you have downloaded and activate it. We are working on automatic update process and will be implemented into all the premium themes soon.

    Your customize code will be removed if you have customize the main theme code. So, do not forget to backup old version if you have customize the main theme code.

    Thank you!

    in reply to: Top padding : where is it? #49895

    Hi Tarik,

    To reduce the top padding of the main content go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    #main {
        padding-top: 0px;
    }

    You can add top padding by increasing the digit value 0 above.

    Thank you!

    in reply to: Our Team Page #49806

    Hi Jquincy

    For this you have to add custom CSS. To add it go to Appearance > Customize/Theme Options > Design Options > Custom CSS paste the following CSS code and Click on save button:

    .widget_our_team .one-fourth {
        width: 100%;
    }
    .widget_our_team .our-team-photo {
        width: 30%;
        float: left;
        margin-right: 3%;
    }

    Thank you for using our theme.

Viewing 15 posts - 2,131 through 2,145 (of 3,489 total)