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

    Hi,

    I want to add a disclaimer that should be always visible. I added a div in footer.php. How can I make the width of the div exactly like the width of the website which is defined in the backend?

    #855859

    Hey t73z,

    You should add a class to that div . and us it with the code below.
    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

    
    h6 {
        width: 85%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #856013

    Hi Victoria,

    thanks a lot!
    That solved it.

    Kind regards
    Thomas

    #856103

    Hi Thomas,

    Glad we got it working for you! :)

    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.