Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1077028

    Hi
    I show 3 widget in the footer. I like them to have the same distance on the left end side and on the right end side of the website. Please see my screenshot on private content below.

    Thanks for your help
    kind regards
    Roger

    #1077615

    Hey Roger,

    The footer container is the same width as the rest of your content, the reason why it looks like that is that you have line breaks in the content of the third widget. Try to remove the line breaks and it will extend all the way to the right.

    Best regards,
    Rikard

    #1078889

    Hi Rikard
    Thanks for your answer. I have 3 Widgets in the footer, but they not in the middle of the footer. Well, how can I remove the line break ? The text version who is in the widget you can finde below in the privat content.

    Thanks for your help
    Kind Regards
    Roger

    • This reply was modified 5 years, 8 months ago by Roger.
    #1080629

    Hi,

    Thanks for the update.

    Do you want to move the footer widgets at the center of the footer container? This css code should help.

    div #footer .av_one_third {
        width: 28.333%;
    }
    
    div #footer .av_one_third.first {
        margin-left: 3%;
    }

    Best regards,
    Ismael

    #1081563

    Hi Ismael

    Thanks for the code. I put it in the quick css and empty the cache. But it does not work !?

    Kind regards
    Roger

    #1081643

    Hi,

    Did you add to very top of quick css so that it runs first?

    Best regards,
    Jordan Shannon

    #1081772

    Hi Jordan
    ¨
    Yes, I just put it on the top of quick css. but it does not work.
    ¨
    Thanks for your help
    Kind regards
    Roger

    #1082480

    Hi,

    Thanks for the update.

    The stylesheets or css files are compressed, so you have to toggle the file compression after adding the css modification. You can find that option in the Enfold > Performance > File Compression section.

    Best regards,
    Ismael

    #1083560

    Hi Ismael

    Thanks for the answer. Yes I just toggle the file compression. actually I turned it off until now. after put the css. but it still not work.

    Thanks for help
    kind regards
    Roger

    #1084340

    Hi,

    It is working properly on our end. Please remove the browser cache prior to checking the page.

    Screenshot: https://imgur.com/a/9OI1992

    Try to adjust the width and left margin values if you want to move the footer columns further to the right.

    Best regards,
    Ismael

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