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 #2025203
Header changes
Closed

Comments

  • monalisat started the conversation

    Hi there! I just got this lovely theme, and I have 3 questions that I hope it is OK I put in the same ticket.

    1. I tried different header types, but I cannot figure out how to put my logo left and the menu center on the same row. Could you please point me in the right direction how to do this? This is what I want to do: https://www.screencast.com/t/QA2ftomtWIrB 

    2. Penci-slider: How do I make it less tall, please? I tried making the image less tall but it got forced into the same height. I don't want the slider to take up all the space on top of the screen, I want it to be possible to see some of the content below as well. 

    3. I want to use the wpbakery page builder to add some content to my main-page. How do I do this please? I imported a demo and I can see different pages listed under page, but I can't find the main/index page over there so I Can start working on it if that makes sense.

    Thank you!

    Best regards,


    Mona-Lisa

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

    1/ Unfortunately, currently this theme doesn't support this header style type. If you want to do that, please try add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 961px) {
    #navigation.header-6 .menu {
        float: none;
        margin-left: -147px;
    }
    }
    

    2/ You can change it via Customize > Featured Slider Options > Featured Penci Slider Height

    3/ To do that, please check this guide to know how to get WPBakery Page Builder plugin and check this video tutorial to know how to setup homepage by use WPBakery plugin.


    Best Regards,

    PenciDesign

  • monalisat replied

    Hello,

    Thank you so much for your quick and clarifying responses, that is very helpful!

    Regarding #1 I added the code as this: https://www.screencast.com/t/G9NmQ8Xw but it didn't change anything on the actual site, is there something else I need to do for this to work?

    Best regards,

    Mona-Lisa

  •  2,699
    PenciDesign replied

    Hi,

    Please try replace the code I sent with this code:


    @media only screen and (min-width: 961px) {
    #navigation.header-6 .container{ text-align: center; }
    #navigation.header-6 .menu { float: none; margin-left: -147px; }
    }


    Best Regards,

    PenciDesign

  • monalisat replied

    Thank you so much, that did the trick!