Hi @frommellen, I’m happy to help.
There is custom CSS on your site that appears to be breaking the Site Title and Hero widget area on mobile/tablet device sizes:
@font-face {
font-family: 'CalifornianFB';
src: url('https://fashionworks.com.au/wp-content/plugins/font/font_files/CalifornianFB.eot');
src: url('https://fashionworks.com.au/wp-content/plugins/font/font_files/CalifornianFB.woff') format('woff'),
url('https://fashionworks.com.au/wp-content/plugins/font/font_files/CalifornianFB.eot') format('eot'),
url('https://fashionworks.com.au/wp-content/plugins/font/font_files/CalifornianFB.ttf') format('truetype');
}
PICK AN ELEMENT NOW - or type CSS selector(advanced) {
font-size: 30px !important;
color: #444 !important;
}
DIV DIV DIV.hero-inner ASIDE.widget.widget_text H2.widget-title.ui-draggable.ui-draggable-handle {
}
HEADER DIV DIV.site-title-wrapper H1.site-title A {
font-size: 80px !important;
top: 7px !important;
left: 64px !important;
position: relative !important;
color: #05294d !important;
font-family:'CalifornianFB' !important;}
DIV DIV H3.fl-callout-title SPAN A.fl-callout-title-link {
color: #05294d !important;
}
DIV DIV DIV.hero-inner ASIDE.widget.widget_text H2.widget-title {
font-size: px !important;
color: #05294d !important;
top: 169px !important;
left: -514px !important;
position: relative !important;
font-family:'CalifornianFB' !important;}
DIV DIV ASIDE.widget.widget_text DIV.textwidget P {
top: 178px !important;
left: -494px !important;
position: relative !important;
}
DIV DIV DIV.page-title-container HEADER.page-header H1.page-title {
color: #05294d !important;
font-size: 40px !important;
font-family:'CalifornianFB' !important;}
DIV DIV DIV.fl-widget DIV.widget.wpcw-widgets.wpcw-widget-contact H2.widgettitle {
color: #05294d !important;
font-family:'CalifornianFB' !important;}
DIV DIV UL LI.has-label STRONG {
color: #05294d !important;
}
DIV UL LI.has-label DIV A {
color: #05294d !important;
}
When this custom CSS is removed the content is responsive as it should be:
