• Resolved diadevasco

    (@diadevasco)


    Hello!

    I know that I can put up to 6 pages in TG: Services, divided into 2 lines each. I need to use only 4 pages. Is it possible to show them in only 1 line, instead of 2? (the first line appears 3 pages, and the second, just one)

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • @diadevasco

    While checking your site, it seems that your site is in maintenance mode. So, can you disable it and let us know to check? If that is possible via the CSS code then, we might be able to assist you on it.

    Thanks.

    Thread Starter diadevasco

    (@diadevasco)

    Oh, sorry.

    I did it.

    Hi,

    For showing four service widget on a single line, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    @media screen and (min-width: 768px){
    	.widget_service_block .tg-one-third {
        	width: 20%;
    	}
    	.widget_service_block .tg-after-three-blocks-clearfix {
        	clear: none;
    	}
    }

    Thanks.

    Thread Starter diadevasco

    (@diadevasco)

    Thank you!

    Adn another question: can I disable the links? I mean, is it possibile to show a grid with 4 pics and write something bellow with no links? I′ll create the pages just to show an image and a text, but I don′t want people clicking on these pages.

    Hi,

    For hiding the link and read more, you can add the below-mentioned code in the Additional CSS box.

    .widget_service_block .widget-title {
    	pointer-events: none;
    }
    .widget_service_block .more-link-wrap {
    	display: none;
    }

    Thanks.

    Thread Starter diadevasco

    (@diadevasco)

    That′s it! Thanks!

    @diadevasco

    Glad to hear that your issue is resolved. Do let us know if you have any further query regarding to our theme. If you like the theme and want to help us then you can leave a review.

    Thanks.

    Thread Starter diadevasco

    (@diadevasco)

    Hey, guys. Can I put this text aligned by justified? Actually, I′d like put all texts in mt site justified.
    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘4 pages in 1 line in TG: Services’ is closed to new replies.