This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #131409
     exillum
    Participant

    It seems like many ads are 300 px wide, and I was wondering if it was possible to easily set up the width of the sidebar (right sidebar in my case) to be set up to handle 300 px ads?

    In the theme options I can switch between 67% and 75%, but I seem to have to do some manual CSS adjustments.

    On my site I want to show ads (like affiliate link ads, etc) for users that are not logged in. I have a license for i.e. Sahifa, and it is built to handle ads really well. Would this be possible in Kleo?

    #131496
     Radu
    Moderator

    Hi,

    There are the css selectors that controls content area and sidebar area

    COPY CODE
    
    .template-page.col-sm-9.tpl-right {
        width: 85% !important;
    }
    
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        width: 15% !important;
    }
    

    Change the values or replace it with px values to achieve what you need

    The css can added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #131502
     exillum
    Participant

    Thank you for you assistance, Radu. Have a great day.

    #131644
     Radu
    Moderator

    You’re welcome

    Thank you have a great day you to !

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?