Hello,
I need help to make some changes:
1) In my home I entered
– custom ad 1
– custom ad 2
– custom ad 3
Each ad contains three images. I would like to reduce the space between them.
http://www.creactivestudio.com/space_between_images.jpg
2) I would like to have the same space in each category of my site.
I’m not a technician so I can not make changes that are not made with TD Composer.
Thanks for your help
-
This topic was modified 9 years by
davidemorini. Reason: link to images
Hi,
this my development site url:
http://www.creactivestudio.com/servizio/ilcittadinopescia/
In home I need have many space adv so
I have inserted ads spaces 1 – 2 – 3 with three images in each space. I would like to have the opportunity to manage the space between the images. However, the empty space now is too big.
This adv space must be present on all pages of my site: categories, articles, posts, etc … is it possible?
Thanks
Hello davidemorini,
To manage the white spaces between your images you should use a bit of CSS code to decrease them. Try the code below and place it in Theme panel->Custom CSS Area.
The code is ->
.td-all-devices{
margin-bottom:10px!important;
}
The result -> https://www.screencast.com/t/PaVfHKuN
The is a quick solution int this regard.
Thanks for the message!
Thank! This work fine.
Now I need to have this adv space that I have in homepage in all page (section, post, contact, ecc).
I’ll wait for you answer.
Thank you
Hello davidemorini,
Notice that the managing of free space depends on what items you are using on your website. Please show me exactly you want to make some changes so I can inspect it closer that section and also, so I will be able to provide a more accurate response.
Thanks for the message!
I need something like this example in link
http://www.creactivestudio.com/request.pdf
Thank!
Hello davidemorini,
Your website seems to look like similar to your example provided above. Provide more details if you want to make some other changes through your website so I will be able to provide a more accurate response.
Sorry if I did not understand what you exactly mean.
Thanks.
Hi Catalin,
in my link you have many pages!
Please check it.
I’ll wait for your answers.
thanks.
please check all the pages
http://www.creactivestudio.com/request.pdf
Hello davidemorini,
For the post pages, you should use the code below and place it in Theme panel->Custom CSS Area.
.td-post-content div .td-all-devices{
margin-bottom:10px!important;
}
div.td-a-rec-id-sidebar > div {
margin-bottom: 15px!important;
}
The result you should see here -> https://www.screencast.com/t/4tDkdBS3dSBk
Thanks for your understanding!
Hi,
I could not explain well…
I would like have in category page:
I need the Custom ad 1 – Custom ad 2 – Custom ad 3 positioned Under Category Top Post Style in every categories pages.
I try explain my mind whit follow image: http://www.creactivestudio.com/everycategories.jpg
Thanks
Hello davidemorini,
Unfortunately, our theme does not have any such an option that allows you to change the category pages, sorry! The only settings which allow you to change the style of your category pages are located in Theme panel->Category section, like this -> https://www.screencast.com/t/WnVCfjcL8Ruo Notice that if you want to change your category pages, you should edit the category templates and insert some codes in order to achieve as you wish. As a hint, you should edit the category_top_post for style used by you and then you have to inject some PHP code with do_shortcode method, like this -> https://www.screencast.com/t/hHvdcCGixC8B Also, ensure that your Custom Ads contains some ads, like this -> https://www.screencast.com/t/7Ku6Rn43 and the result you should see here -> https://www.screencast.com/t/obnWcMVYJPtA After these changes, notice that you should adjust them with a bit of CSS for a better look and to get the results you want.
Notice that all of these should have be done by yourself because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!