Home Forums WordPress Themes – Premium Preferential Changing width of the sidebars

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #16855
    ttm
    Participant

    Hello,
    I liked the wider sidebar of the previous Preference theme. In Preferential i find the sidebar (right) is smaller in width. I want to widen the right sidebar. How to do it?
    Best

    #22179
    Binaya D
    Participant

    Hi There,

    Please use the following css to fix your issue:

    
    .right sidebar {
        width: 33%;
    }
    

    Note: Please use the custom css or child theme to write the css.

    We hope above css help you to fix your issue, if not then please let us know as well as please send us link of your site also, so that we could provide solution asap.

    Thanks

    #22183
    ttm
    Participant

    Thank you. But unfortunately the trick did not work. Here is the link to the site http://www.rupkatha.com

    #22186
    Binaya D
    Participant

    Hi There,

    It seems that your content(pref-main-section) is little bit in the side of right sidebar, so if you keep your content little bit in the left sidebar, then we hope your issue will be fixed. To fix this issue please use the following css;

    
    #pref-main-section {
        margin-left: -140px;
    }
    

    Note: Please use the custom css or child theme to write the css.

    Thanks

    #22193
    ttm
    Participant

    Dear not solved yet. The right sidebar width is the same. I want wider than what it is now.

    #22194
    Binaya D
    Participant

    Hi There,

    Could you please send us WP-login details of your site via mail, so that we could provide solution asap.
    Email Address: [email protected]

    Thanks

    #22195
    ttm
    Participant

    sent

    #22199
    Binaya D
    Participant

    Hi There,

    We have attached the file, which helps you to fix the issue, so please follow the following steps to fix your issue:
    Go to Theme Directory => wp-content => themes => preferential-child => Then paste the file which we have provided to you.

    Note: Please unzip the folder first, then only paste the page.php file which is inside the folder.

    Thanks
    page.zip

    Attachments:
    You must be logged in to view attached files.
    #16856
    ttm
    Participant

    Thank you Binaya! The problem is solved. All the best wishes for you. (Y)

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