Tagged: ,

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

    Hi,

    I have my footer set with the option of using a page for the content, it has worked perfectly, but now the content of the footer (the color the elements are in still shows at full with) is showing shrank, like if it’s leaving space for the sidebar to show.

    This problem only happens on the pages/post that have the sidebar showing, on all other pages the footer shows normal
    my website is http://www.howjoyful.com

    It seems like the issue is over this line:
    https://www.dropbox.com/s/04d5qjjxdy6ni96/8204b6c4dd21f09229e01d6a155fca4c.png?dl=0

    Thank you!

    #988304

    Hey Joy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) {
        .sidebar_right#footer .content {
            max-width: 100% !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #988309

    Thank you so much, Victoria!
    That fixed the issue right away! =]

    #988340

    Hi howjoyful,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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