By Mehmet Alp Sirin on Wednesday, 17 May 2017
Posted in General Issues
Likes 0
Views 280
Votes 0
Hello Everyone,

on http://www.tahtapod.info the fromtpage look as I want it now. As long as u r not logged in.
Once u log in the login module (offcourse) disappears. To fill the place for this missin module I want to place the blog calender there.

Can u tell me how I can ıncrease the heıght of the calender module and to push it more to top, so that the background grafitte is readable?

Tnx for your help,

BR
Alp
Hi Mehmet,

Do you prefer to make the calendar module to have padding-top 0px (stick to the grey layout) as here: https://www.screencast.com/t/F0MmvAKcm ? If you want like that, it will be effected the module that using that position as well as this padding is populate by the template's css.

Perhaps, you can try to use the css code below and see how it goes?

section#section-id-1494188596 {
padding-top: 0px !important;
}


You're suggested to backup the file that you want to customize beforehand for precaution
·
Wednesday, 17 May 2017 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhammad,

I thought that it would effect other modules usıng thıs positon. Therefore I think it would be the best to increase the height of the calendar as the other module ın the same position. This is basically the EasySocial Log Box.

If I am not wrong then the site should appear verymuch same as for guest users. These don't see the calendar. Tehy see the login mask of EasySocial Log Box.
·
Wednesday, 17 May 2017 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm sorry Alp as my css code doesn't really suitable to be applied. Perhaps, you can try use these:

div#eb.eb-mod.mod-easyblogcalendar.takvim {
position: relative;
bottom: 75px;
}

and see how it goes?
·
Thursday, 18 May 2017 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
works perfect, thank you very much.
·
Thursday, 18 May 2017 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Glad to hear your issue has resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Thursday, 18 May 2017 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post