Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #524220

    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?

    #524252

    Hi lock255!

    You will want to increase the width of your sidebar. You can do this in Dashboard > Enfold > General Layout > Dimensions.

    Cheers!
    Elliott

    #524253

    Hi Elliott,
    thank you for your support, I increased the width from 73% – 27% to 60% – 40%. But the problem persists.

    • This reply was modified 9 years ago by lock255.
    #524260

    Hi!

    Send us a link and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    #524267

    Sure, look TripAdvisor in the sidebar, why I can’t see It correctly?

    #524699

    Hi,

    I could only see the TripAdvisor logo in your sidebar, did you remove the code or get it fixed?

    Thanks,
    Rikard

    #524795

    The problem is best seen in this site

    #524878

    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

    #524908

    With the code I’ve provided I did not see no change :(

    #524918

    Hey!

    Please try changing “1170px” to “1180px” and that should help :)

    Best regards,
    Yigit

    #524921

    Thanks for the suggestion, but I have not solved :(

    #524947

    Hi!

    It does work fine on my end down to 1030px when i resize browser window. As i mentioned earlier, unfortunately code provided by TripAdvisor is not responsive. This is not a theme related issue.

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.