Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #557677

    Hi there,

    On an earlier version of Enfold I was able to increase the height of the inner container.
    This way the border under the logo would come lower. Now I can’t find the way to do that.

    Now it looks like this: http://postimg.org/image/yq6s6mu5t/
    The final result should look like this: http://postimg.org/image/vi2atl7w1/

    Any suggestions?

    Thanx!

    #557707

    Hey Ben!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    #header_main .inner-container {
        height: 110px;
    }}

    Regards,
    Yigit

    • This reply was modified 8 years, 10 months ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.