footer

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) footer

This topic is: Resolved

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1865

    Susan
    Participant

    the footer on my site is set to 3 columns but the first column is given a lot of room and the third column is very close to the second
    do you have code to set the alignment better? so that the middle column is truly in the middle with more space between it and the final column. Also in this template there seems to be the following 3 widget places “sidebar”, “footer” and חדש” where is the חדש placement

    thanks

    #1866

    Boaz
    Keymaster

    They are in the same width..
    But the content inside the right column is occupies a very small portion of it..
    Didn’t understand the second part of the question..

    #1893

    Susan
    Participant

    yes – I want the first column to take up less of the width and the middle column to have more room
    it was not obvious in the css how to just change the first column
    to be 25% and then the middle column to be 38%
    thanks

    #1896

    Boaz
    Keymaster

    You can add something like this:

    #pojo_embed_video-2 {
        width: 38%;
    }
    
    #nav_menu-4 {
        width: 25%;
    }
    
    
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.