Product Updates
Joomla 5.2.3 Compatibility for JA Templates, Bug Fixes, and More

Another small question - how to change "high" of this footer?

davidcube
Hi
I can not see any URL. for style changes always share the Page URL here

davidcube
Add this code in custom.css file and set the padding value as per needs

@media(max-width:768px){
.t3-footnav {
    padding-top: 48px;
    padding-bottom: 48px;}}

I put this code:

@media(max-width:28px){
.t3-footnav {
padding-top: 8px;
padding-bottom: 8px;}}

	and no change - with any numbers ;(

    davidcube
    please check your code is different.
    max-width value 28 min the code will work when screen size is 28px.
    make it a bigger value as PC size is big even mobile screen has 468px wide.

    🙂 i check numbers from 28 - to 1000 🙂 nothing changing 🙂

      davidcube
      In which screen size you are checking it?
      if its PC you can set the value 1600px

      davidcube
      use this code only as you not able to get media size

      .t3-footnav {
      padding-top: 8px;
      padding-bottom: 8px;}
      Ninja locked the discussion.
      Write a Reply...
      You need to Login to view replies.