Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34606
    Barry
    Guest

    Hello Jesse

    You have been a great help. I have Crio pro now it was an email address thing that was the problem.
    I need to adjust my footer and footer widget height but I could not find where to do this. My footer text is a single line of our address so I do not need the footer an inch tall.

    So far I do not see too much more control with Crio Pro. I was hoping when I click on the edit pencil it would be easy to modify all the attributes for that field.

    Best Regards, Barry

    #34644
    Jesse Owens
    Keymaster

    Hi Barry-

    Thanks for another great question about the Crio Pro WordPress Theme.

    You can adjust the height of your footer in the Customize > Design > Footer > Advanced > Margin section.

    Crio Pro’s extra features include the Custom Page Headers, sticky headers, more control over the blog design, and lots of others, over 500 in all. There are over 400 in the free version, so it’s easy to miss them all without digging in pretty deep.

    #34648
    Barry
    Guest

    Hello Jesse

    I tried what you suggested before I sent my request. It did not have the desired effect. I have now set the top footer margin to -50 so you can see what happens. The left menu bar drops, but not the main page. The Footer text stays where it is and starts to get covered by the left menu bar.

    Thanks Barry

    #34652
    Jesse Owens
    Keymaster

    Hi Barry-

    Thanks for the update, it looks like we need to take a look at how those margins work together with side headers.

    Try this instead, in your Custom CSS:

    #text-9 {
       margin: 0;
    }

    If you’d like to trim it down even further, add this:

    #footer-1 {
       padding-top: 0 !important;
       padding-bottom: 0 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Adjust Crio Footer height’ is closed to new replies.