When I punt in my sidebar this code for TripAdvisor, I have this problem: http://prntscr.com/8uqnqw
How do I make it display correctly?
Hi lock255!
You will want to increase the width of your sidebar. You can do this in Dashboard > Enfold > General Layout > Dimensions.
Cheers!
Elliott
Hi Elliott,
thank you for your support, I increased the width from 73% – 27% to 60% – 40%. But the problem persists.
Hi!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott
Sure, look TripAdvisor in the sidebar, why I can’t see It correctly?
Hi,
I could only see the TripAdvisor logo in your sidebar, did you remove the code or get it fixed?
Thanks,
Rikard
The problem is best seen in this site
Hey!
TripAdvisor code is not responsive, that causes the issue. You can add following code to Quick CSS in Enfold theme options under General Styling tab to decrease left margin on sidebar on smaller screensizes
@media only screen and (max-width: 1170px) and (min-width: 769px) {
.inner_sidebar {
margin-left: 10px;
}}
It still may not work for all screensizes though, unfortunately.
Cheers!
Yigit
With the code I’ve provided I did not see no change :(
Hey!
Please try changing “1170px” to “1180px” and that should help :)
Best regards,
Yigit
Thanks for the suggestion, but I have not solved :(