Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    For changing the service widget to center align, you can go to the Pages > Home in the dashboard. Click on the FT: Service and under the styling, click on the second option( center align).

    For the second query, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .tg-feature-product-layout-1 .grid {
        margin-left: -3%;
    }

    For the third query, can you go to the Home page and click on the wrench icon above the FT: Animated Number Counter. After that, under the Background Image display select the Cover. Publish it and reload the page.

    Thanks.

    Thread Starter redtailboas

    (@redtailboas)

    Okay. Thanks 1&2 fixed now. 3, it seems okay now, just need to find a different image and make it the correct height I suppose? The original black image loading horizontally

    The logo i’m having issues with the size constraints. it looks good on web and high density mobile, but low density phones looks quite bad.

    View post on imgur.com

    Maybe some way to force logo to be centered vertically with the title and tagline?

    Hey,
    You may go to your Dashboard > Appearance > Customize > Additional CSS
    Add this:

    @media (max-width: 480px){
      .logo .logo-image {
        margin-top: 14px;
      }
    }

    Good Day,
    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3 issues with Flash Freea’ is closed to new replies.