• Hello guys
    I need help. I love this theme, it’s great, but I would remove the right sidebar of the space, to use the full page. I can not: (

    How can I do?
    Thank you ??

    [ No bumping please. ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author MageeWP

    (@magictheme)

    Hi dear,
    Thanks for your question. Here is a solution:
    First, go to Dashboard -> Appearance -> Widgets, delete all the widgets that appear in the sidebar. Then, move to Appearance -> Editor, navigate to Stylesheet (style.css), search for the following codes:

    .content_left {
    	width:72%;
    	float:left;
    	overflow:hidden;

    Change the “width” to 100%.
    Then search for:

    .blog_item_content {
    	width:610px;
    	margin-left:110px;

    Change the “width” to a larger value, such as 1000px.
    Save the settings, and you can preview your full page.

    Hope this would be helpful. Good luck.

    Thread Starter safas44

    (@safas44)

    Wow, it worked! ??
    thank you so much

    Please, help again in another question:
    1. In wordpress dashboard -> pages -> when I type something in the text box it just does not fill the entire space. You can adjust?

    2. In the slideshow its possible insert a link inside image? Currently, the link only takes the text. If the visitor clicks on the image nothing happens.

    tks again ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove sidebar space / use full page’ is closed to new replies.