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

    I have four widgets and the first one is not quite wide enough to fit three images across so I would like to make that widget wider. I assume I can reduce the space between all four widgets which would cause each widget to be wider. OR I can just make the first one wider…The other three widgets do not need that extra width. So whichever solution is easiest.
    Thanks for your great support!

    #512996

    Hi cagraphicdesign!

    We might be able to give you some custom CSS for this. Send us a link to your page so we can take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    • This reply was modified 8 years, 7 months ago by Elliott.
    #513251

    I THINK I sent you a response in Private Content but I don’t see it in my thread soI am resending. Below is a link to the website. I added login credentials to the private content area
    http://cttdev.cagraphicdesign.biz/

    thanks!

    #513639

    Hey!

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

    #footer .flex_column {
        width: 21%;
        margin-left: 4%;
    }
    #footer .flex_column:nth-child(1) {
        width: 24%;
        margin-left: 0;
    }

    Regards,
    Yigit

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