Home Forums Free Themes Business Hub website length

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #87838
    Dariusz Macieńko
    Participant

    Hi, how to change to full website length.

    regards

    #87932
    wensolutions
    Keymaster

    Hello @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!!

    #87941
    Dariusz Macieńko
    Participant

    http://www.trustubezpieczenia.pl, and I need main menu in the middle. regards

    #87942
    Dariusz Macieńko
    Participant

    And slider or banner image not working

    #87943
    wensolutions
    Keymaster

    Hello @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.

    https://prnt.sc/m1ka1a

    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 🙂

    #87948
    Dariusz Macieńko
    Participant

    NOT working 🙁

    #88019
    wensolutions
    Keymaster

    Hello @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!!

    #88022
    MooresEducation
    Participant

    I 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.

    #88071
    wensolutions
    Keymaster

    Hello @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!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.