Section overlap

Hi,

First of all, great theme! WP isn’t something I’ve done before and this forum has been great for tips and help.
Up to now it’s been plain sailing, however today I was playing with the WP tiles plugin (since removed) - and whether its related or not I now have an issue with the header section overlapping with the first section on the front page.

The buttons now appear to sit in the following section of the front page with the header picture being cut off.

URL: www.yoga-well.co.uk

I’ve got a few css entries in place for the size/padding of the header, mobile sizing etc, and prior to today were working just perfectly.

Any help appreciated!

Thanks
Andy

Hi,

Thank you for your kind words,

First, delete the two br in you html code, then use this css code if you want to achieve the attached results

#header .bottom-header .header-button-one {
    width: 22.22%;
    height: AUTO;
    padding:0;
{

#header .bottom-header .header-button-two {
width: 22.22%;
height: auto;
padding:0;

{

thank you,

Cfristian

Hi,

Thank you for your kind words,

First, delete the two br in you html code, then use this css code if you want to achieve the attached results

#header .bottom-header .header-button-one {
    width: 22.22%;
    height: AUTO;
    padding:0;
{
#header .bottom-header .header-button-two {
    width: 22.22%;
    height: auto;
    padding:0;
{

thank you,

Cfristian