Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2231850
design help
Closed

Comments

  • citrane started the conversation

    Good afternoon,

    I hope you are keeping well. I just wanted to ask if there is a way of making the footer widgets all the same size so they align at the bottom please. I know its a bit of a silly question but I have tried in customisation with making the 1/4, 2/4 etc layouts different and the layout I have is the closest I have got to making them fit -as you can see its close but the subscribe button is just a bit lower and the photo and the Insta feed are also just a bit off - would it need a custom code? 

    Thank you for answering my question.

    Roaring regards,

    Jade

    0?ui=2&ik=9d60482e1a&attid=0.1&permmsgid=msg-a:r5050022025803159162&th=16ec6e72522488d8&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ-4zcDPQ0tKQr-erg6izbacy5pEUNfglbYUL3UQiPPb84bl_lq1dEF-yZrijxRzB7zhs8OeWSmzBKAGbTjvWd2L14G17EsyaUvmE58xRE5Oah9pyU2McDNOZgY&disp=emb&realattid=ii_k3ohulhg0

  •  2,699
    PenciDesign replied

    Hi,

    I think you can try add more this code to Customize > Custom CSS to make the subscrible widget has less height:

    .footer-widget-wrapper .widget input[type="text"], 
    .footer-widget-wrapper .widget input[type="email"], 
    .footer-widget-wrapper .widget input[type="date"], 
    .footer-widget-wrapper .widget input[type="number"], 
    .footer-widget-wrapper .widget input[type="search"], 
    .footer-widget-wrapper .widget input[type="password"]{
        margin-bottom: 12px;
    }
    .footer-widget-wrapper .mc4wp-form > form > p, 
    .footer-widget-wrapper .mc4wp-form .mc4wp-form-fields > p{
        margin-bottom: 10px;
    }
    

    Best Regards,

    PenciDesign

  •   citrane replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ Do you mean remove the white border or white background color around the text?

    If you want remove white border, please add more this code to Customize > Custom CSS:

    ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:before, 
    ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:after{ content: none; display: none; }
    

    If you want to remove the white background color around the text, please add more this code to Customize > Custom CSS:

    ul.homepage-featured-boxes .penci-fea-in h4 span span,
     ul.homepage-featured-boxes .penci-fea-in h4 span{ background: transparent; }

    2/ Unfortunately, this theme doesn't support this feature.


    Best Regards,

    PenciDesign