Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #332765

    Hi,
    I don’t know why but the title of this widget is not aligned like the others in the footer…
    I’d like all widget titles to be aligned, and to add a little more vertical space also in the advertising widget between the title and images.
    Could you help me please ?
    Thank you so much.
    Kind regards,

    Marie

    #333026

    Hi marienoisette!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #footer .widget {
    margin: 0 0 30px 0;
    }
    
    #footer {
    padding: 35px 0 30px 0;
    }

    Best regards,
    Ismael

    #333038

    Thank you Ismael. Looks better.

    1. Still a little problem remaining with the “pages” title… ?
    2. How to add a little more vertical space between the Advertising widget title and the images below ?

    Thank you again !
    Kind regards,
    Marie

    #333636

    Hey!

    Try this to fix the page title:

    section#pages-2 h3 {
    line-height: 1.1em;
    }

    Use this for the ad widget:

    .avia_partner_widget a, .avia_partner_widget a:hover {
    margin-top: 10px;
    }

    Cheers!
    Ismael

    #333724

    Hey Ismael !

    Ad widget -> perfect ! Thanks !

    Pages widget -> code doesn’t seem to change anything. I refreshed and tried on chrome, safari, firefox. Same result everywhere.
    And I don’t know why but I also noticed that the ‘pages widget’ title is 13px (the other widget titles are 14px). It was already the case before I put your code.

    Thanks again,
    Marie

    #334197

    Hey Ismael,

    I fixed it finally. The previous “mail to” link (in the Contact Widget) was not correct and was then making some mess on the following widget “Pages”… Position et font size for “Pages” are perfect now (and I didn’t have to put your last code / the correction of the “mail to” link was enough to put things back properly). Thank you !

    Kind regards,
    Marie

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Advertising widget title in the footer’ is closed to new replies.