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 #2345747
Header and slider
Closed

Comments

  • gedlingeye started the conversation

    Hi.

    Great theme. Just having a few problems.

    In the header, the logo floats below on the desktop and mobile version. I have adjusted size, etc. Padding top and bottom is set at 0. Is there a way to correct this. It's the only thing not looking great.

    Also, Is there a way to make a slider look better on mobile? It looks great on desktop but tiny on a phone and we'd like to use one as the lead story, 

    Thanks for your help with this.

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for purchased our theme and loving it.

    1/ This issue caused by this custom CSS from your-end:

    #logo {
        margin-top: 40px;
        margin-bottom: 40px;
        display: block;
        float: left;
    }
    

    Please remove it.

    And add more this code to Customize > Custom CSS to ajust it to middle:

    #navigation.header-6 #logo img{ padding: 19px 0; }
    

    2/ Can you tell me more about this question? I didn't see any slider on your site now...


    Best Regards,

    PenciDesign

  • gedlingeye replied

    Thanks for your help. Where would I find the CSS to remove? It's not in custom. Regards

  •  2,699
    PenciDesign replied

    Hi,

    Hmm, I don't know because I don't see your Dashboard.

    No problems, you can try add more this code to Customize > Custom CSS to override it:

    #logo{ margin: 0; }
    

    Best Regards,

    PenciDesign