• Pete

    (@capitaldigital)


    Free version doesn’t include some basic features I would expect it to, and I had various issues with the frontpage sections randomly disappearing. But support is helpful and kept going until my issue was resolved.

    • This topic was modified 2 years ago by Pete.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Mat

    (@mateithemeisle)

    Hello @capitaldigital ,

    Thank you for your review and we are sorry to hear about your experience!

    This is a free forum where users can post questions and share their ideas with the community to better themselves and to also help other users in need. However, given it’s a public forum, we cannot share sensitive information on the threads for security reasons.

    Related to your initial thread, we only wanted to see the website page, and a URL so we can take a better look at the issue in order to start troubleshooting or at least guide you to the correct path, but we didn’t ask for any login information to the admin panel for obvious security reasons.

    If we cannot see the issue, it is quite difficult to provide a solution and I hope you can understand that.

    In the meantime, if you are still interested to work on solving that particular issue, we would appreciate it if you could at least share some screenshots of the issue, error logs if any, and some details about the plugins used, the WP environment, and the PHP version.

    Also, you can try using some custom CSS to create more left margin for the sidebar. You can use the below as an example:

    .col-md-offset-1 {
        margin-left: 200px;
    }

    Thank you for understanding and have an amazing day!

    Thread Starter Pete

    (@capitaldigital)

    Hi, I tried adding your css to no avail. It didn’t do anything. It already contained this

    .sidebar {
            float: right;
            margin-left: -100%;
            max-width: 413px;
            position: relative;
            width: 29.4118%;
        }

    Even changing the margin on the existing css did nothing. Can you suggest anything else?

    Kind regards

    Hi @capitaldigital!

    Please add the !important rule on the code provided by my colleague to make sure it overwrites any other value that may have been set before. The code should look like below.

    .col-md-offset-1 {
        margin-left: 200px !important;
    }

    I checked this and it works properly on my test instance, so it should work for you too if not much customization was made to the sidebar. As my colleague mentioned, since we can’t check your site, it’s quite difficult to provide the necessary code as the classes that need to be targeted for the code to work may be different on your site than on our standard test instances.

    I hope this helps!

    Thread Starter Pete

    (@capitaldigital)

    Thanks, but all that’s doing is moving the page title to the right.

    Hi @capitaldigital!

    Ok, thanks for trying! Unfortunately, as we mentioned before, we can’t help you with this if we can’t take a look at your site.

    Thread Starter Pete

    (@capitaldigital)

    Thanks. You should now be able to access the page without logging in

    https://howtostartmatchedbetting.com/videos/

    Kush

    (@kushnamdev)

    Hey @capitaldigital,

    Thanks for providing access to your site.

    Please try the following code and see if that works, I checked the following code on your website through inspect element option and it works for me. You can adjust the margin-left property according to your needs.

    
    .col-md-3.blog-sidebar-wrapper {
        margin-left: 80px !important;
    }
    

    Thanks and Have a great day!

    Thread Starter Pete

    (@capitaldigital)

    Thank you Kush, that worked ??

    Kush

    (@kushnamdev)

    Hey @capitaldigital,

    Thanks for confirming that this issue has been solved:)

    Have a great day!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Okay, but probably wouldn’t use again’ is closed to new replies.