• Hello,

    I like the Rock Star theme well enough, but I am bothered by the presence of some information entitled Primary Sidebar Widget Area that appears on the right hand side of the page when I attempt to create a template for other pages for our site. There doesn’t appear to be anyway to remove this ‘tip’ that takes up nearly the entire right hand side of the page. I would like to know if this is something that you built into your theme or if it is a consequence of the plug-in I chose to create and edit the template based on your theme. I have attached a screenshot to give you a clearer idea of what I am talking about. PLEASE help me to understand with this nonsense is and what I have to do to get rid of it!

    Thanks,
    Frank
    Screenshot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter darkstarx

    (@darkstarx)

    OOPSIE! Seems we can’t embed images directly into an email! Let’s try this!

    imagebam.com

    @darkstarx

    The area you are talking about is the widget area of the theme. If you add any widget in that section the information will disappear and the widget you added will appear.

    But in case if you want to remove the area entirely , Please use the below CSS.

    For this goto to Admin Panel / Appearance / Customize / Theme options / Custom CSS Options.

    .page aside.sidebar-primary {
    display: none;
    }
    .content-area {
    width:100%;
    }

    Hope this will resolve your issue.

    If you have any problem while achieving this result please let us know.

    Best Regards!!

    That worked for me. Thanx amazing theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Template Created from Rock Star Child Theme’ is closed to new replies.