Home › Forums › Free Themes › Business Hub › website length
- This topic has 8 replies, 3 voices, and was last updated 5 years, 10 months ago by wensolutions.
-
AuthorPosts
-
December 29, 2018 at 8:37 am #87838Dariusz MacieńkoParticipant
Hi, how to change to full website length.
regards
December 30, 2018 at 11:45 pm #87932wensolutionsKeymasterHello @kidphoto,
First of all thank you very much for using the theme.
Regarding your query, we are not quite clear with your issues so please explain it with the proper screenshot so that we can help you further.
Also, do not forget to post your site URL.
Best Regards!!
December 31, 2018 at 1:41 am #87941Dariusz MacieńkoParticipanthttp://www.trustubezpieczenia.pl, and I need main menu in the middle. regards
December 31, 2018 at 1:49 am #87942Dariusz MacieńkoParticipantAnd slider or banner image not working
December 31, 2018 at 3:05 am #87943wensolutionsKeymasterHello @kidphoto,
To place the menu in the middle add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
nav.main-navigation { display: flex; flex-wrap: wrap; justify-content: center; }
As for the banner image, make sure to upload the image in the featured image section of the post that you added the Post id of.
Similarly as for the slider add the image is the same section of the posts that you have assigned to the category which is chosen to display on the slider.
Hope this helps.
Best Regards!!
Happy New Year 🙂
December 31, 2018 at 6:40 am #87948Dariusz MacieńkoParticipantNOT working 🙁
January 1, 2019 at 11:35 pm #88019wensolutionsKeymasterHello @kidphoto,
Please replace the CSS given above with the CSS given below:
nav.main-navigation { display: flex; flex-wrap: wrap; justify-content: center; float: none; }
Hope this helps.
Best Regards!!
January 2, 2019 at 12:12 am #88022MooresEducationParticipantI can’t figure out how to start my own post, but this one is close to the problem I have. I’m viewing my site from my iPad. My site is: http://www.mooreseducation.com
The footer is too big. I found this in the support forum
https://themepalace.com/topic/footer-size/
And tried that css code but it made the web page even longer. I mean the footer was smaller but I had to scroll a lot more to get to the footer.
So I removed that code for now.
Any help would be greatly appreciated.
Thanks.January 2, 2019 at 11:47 pm #88071wensolutionsKeymasterHello @kidphoto,
Please add below given CSS as the fix by going to Admin Panel > Appearance > Customize > Additional CSS.
@media screen and (max-width: 768px) { .site-footer .spacer { margin-top: 0; } .site-footer .container { padding-top: 0 !important; } }
The footer will now be small but it will not stick to the bottom as there aren’t any content in-between that will push it to the bottom. So add the content so that it would push the footer to the bottom.
Hope this helps.
Thank you.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.