Hi,
i will show two widgets in the footer,
one with 66% or 2/3
and
one with 33% or 1/3
Is this possible? Where should i change something?
Thanks and regards,
Jürgen
Hi,
i will show two widgets in the footer,
one with 66% or 2/3
and
one with 33% or 1/3
Is this possible? Where should i change something?
Thanks and regards,
Jürgen
Nobody an idea?
Hello,
On Sentence theme options > footer. Set it to 2 columns. Then drop this on your custom.css
#footer div .one_half.first {
width: 33%;
}
#footer div .one_half {
width: 66%;
}
I hooe this works.
Regards,
Ismael
Yeah,
with a little change it works, thank you.
#footer div .one_half.first {
width: 32%;
}
#footer div .one_half {
width: 64%;
}
because 4% are used for margin ...
Regards,
Jürgen
Hi Jürgen,
That's correct and I'm glad you caught the difference and were able to adjust (as well as posting your fix).
Let us know if you need anything else :)
Regards,
Devin
This topic has been closed to new replies.