Hello together
I have recreated this page: 1 link below
My question.
Everything fits, only with the hyphenation and with the white balance I have problems. But this only when I activate the plugin. 3 Plugin below
Here I have created a copy of the page. 2 Link below
here is the plugin activated.
Then the distance above and below is displayed much larger on the PC. and the titles appear in white color.
On the smartphone the titles are also displayed in white. and the footer is no longer displayed below each other.
3 columns appear?
What can I do here
or can you recommend me another plugin
kind regards
Franz
Hi schweg33,
You can use the same plugin, it can be fixed by adding this CSS code in Enfold > General Styling > Quick CSS:
#footer {
padding: 0;
}
#footer .widget {
margin: 0;
}
#top .footer_color .widgettitle, #top .socket_color .widgettitle {
color: #000000;
text-transform: none;
font-size: 13px;
letter-spacing: 0.09em;
}
Best regards,
Nikko
hello nikko
the distance fits now super
but on mobile view 1 see below
columns are not displayed as in 2 see below
the footer one below the other
thanks in advance
kind regards Franz
Hi Franz,
I see, please add this CSS code as well:
@media only screen and (max-width:767px) {
.responsive #top .flex_column, .responsive #top .av-flex-cells .no_margin {
margin: 0;
margin-bottom: 20px;
width: 100%;
}
}
Best regards,
Nikko
Thank you Nikko
It looks great like this
only one more problem
The distances between the pictures on the mobile verison
The spacing of the footer text on the mobile version
could you make these distances smaller
see printscreen below
thanks in advance
kind regards
Franz
You must be logged in to reply to this topic.