Support › Forums › Flex Theme › Search form in line with header › Reply To: Search form in line with header
July 18, 2016 at 3:10 pm
#1121
Moderator
Your style.css file have unwanted text. Remove following lines
Don't show header image in mobile view
Edit the existing CSS with new one:
1. Go to line number 1331 and replace old code with this code
.title-area {
float: left;
max-width: 400px;
padding-left: 10px;
padding-top: 10px;
}
2. Go to line number 1376 and replace old code with this code
.site-header .widget-area {
float: right;
margin-left: 30px;
margin-top: 8px;
max-width: 400px;
text-align: left;
width: 100%;
}