Hi Saguaros, may I have one more question? Where can I rename the button for LOAD MORE articles in the bottom of section "From the blog", please? Thank you very much in advance, Karin
karca
You can go to Admin panel of your site >> Extensions >> Languages >> Overrides and add override for this language constant:
MOD_S5_MASONRY_FIELD_LOADMORE
Hi saguaros , thank you very much for your advice! I did it. And may I ask you about making smaller gap between modules on the homepage as I asked before this last question? Thank you very much in advance, Karin
Could you share your site's URL here so I can check?
Here you are - https://cbporuba.cz/index.php :-) May I have one more question? I would like to have not shown perex images in the blog layout page. You can see, that I have doubled images (one from the perex and one from the article) here - https://cbporuba.cz/aktuality Thank you very much in advance! Karin
You can use this custom css to reduce that space:
#s5_body_padding #s5_below_columns_wrap1 { padding-top: 0 !important; }
For new question, pls create a new topic, it would be helpful if others have the same concern.
Hi saguaros , thank you very much for your answer. I put your code to the custom.css, but it has impact only on the beginning of the first section of the blogs, but I would like to have these spaces smaller not only in the first section, but in all sections. I mean the space (gap) before and after each section - except the first section where are images in the carousel. I attached the picture :-) Thank you very much in advance! Karin
In my above css rule suggestion, you can change it to:
#s5_body_padding #s5_below_columns_wrap1 { padding-top: 0 !important; padding-bottom: 0 !important; }
Hi saguaros, I put it to the custom.css file but it has impact only on the beginning of the "Co se bude dít" section. Not on the end of this section. And even to other sections :-( You can look at the page here - https://www.cbporuba.cz Please, can you help?
Try to add this too:
#s5_below_columns_wrap1 .module_round_box.largetitle { padding-bottom: 0px !important; } .s5_mason_loadbutton { margin-bottom: 0px !important; }
Hi saguaros, thank you very much for your answer. I apologise, but the earlier reply worked for me - I forget to clean the cache :-( But this is still just first part of the page. May I kidly ask you to do the same also for the sections - "Chceme předat lidem dobrou zprávu" and "Kde nás najdete"? Thank you very much in advance. Karin
Could you share screenshot of how you want to achieve?
Hi saguaros , I apologize for the delay. Attached I´m sending you the printscreen what gaps I would like to have smaller. Thank you very much in advance, Karin
You can try this custom css:
@media (min-width: 992px) { .s5_custom34_left_inner { padding: 0px 120px; } .s5_custom34_left_50 { height: 846px; } }
But it will help to move to the top of this block only, you also want to adjust the space between text inside this block?
Hello saguaros , thank you for your help. Your code made smaller only the upper "gap" not the bottom one. So - please - make this issue as resolved. I will leave it as it is right now :-) Thank you again! Karin