• Hi there,
    First, LOVE this theme!! Great job!!
    A few questions for you:
    1. How can I make it so that the header, slide, content, etc. is full-screen as shown in the demo screenshots. As of now I have not been able to figure out how to get rid of the extra space that takes away from the appearance of the sight.
    2. Is it possible for the social media icons to be centered and positioned right below the header? Would I need to use an additional plugin to do this? If so how do I disable the Evolve social media icons?
    3. No matter what I do I am not able to change the color of the navigation menu from the fading gray (appearance> customize tweaking does not change anything). How can I go about fixing this?

    The site in a work in progress but can be seen here: https://www.misslindsaylou.com.

    That’s it. Again, great job.

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in,

    For the sake of removing extra spaces you may do this into your custom CSS by going to Appearance > Theme Options > Custom CSS and put the following code:

    .row {
      margin-right: -15px;
      margin-left: -15px;
      margin: 0 auto;
      margin-top: -5px;
    }

    And for your color to be changed for example into white you can put this code into Custom CSS:

    .container.nacked-menu.container-menu {
      background: #fff;
    }

    Hope this helps!
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Layout width, social media Icons location & navigation menu color issues’ is closed to new replies.