• Hi,
    I searched the internet for several days now to find a solution but only came further partly. This is what I need:
    I would like to have a static page – sidebars removed – to add an amazon aStore.
    I created a new page template, etc. Although am not sure if that was needed since I changed the sidebars through footer.php.
    From what I understood so far I have to remove or change the code in footer.php to point to that page which I did…and this removed part of the sidebars. https://sonjawatt.com/?page_id=668&preview=true
    I didn’t get yet how to remove the rest of it or what to change in style.css in order to get the full page to show the aStore.
    What can I do in order to finally get it right (aStore filling the whole page)?

Viewing 6 replies - 1 through 6 (of 6 total)
  • a ‘preview’ link is not accessible to the public –

    please publish the page and post a direct link.

    you need to overwrite some widths and background formats for the new page template;

    example (new styles to be added to style.css):

    .page-id-668 #left-col { width: 870px; }
    .page-id-668 .page { width: 860px; }
    .page-id-668 .page-content { width: 840px; }
    .page-id-668 #container, .page-id-2 #container-shoulder { background-image: none; }

    check that 668 is the right page id of your page.

    for these general formatting problems, try to work with a browser inspection tool such as Firebug to investigate which styles you need to edit.

    Thread Starter rawfood2

    (@rawfood2)

    Thanks, alchymyth!
    Here’s the link again: https://sonjawatt.com/shop
    I tried to find the correct line with firebug…but failed. Since I have no clue about html coding…all I can do is copy and paste the code you give…hopefully…find the right spot and replace/add it. I’d be very happy if you wrote the code down for me to copy it. Thanks a bunch!

    remove this from the page template:

    <div class="page-contentwide">

    and any corresponding </div> (if you ever added it).

    and change the iframe width to 800:

    <p><iframe src="https://astore.amazon.de/wwwsonjawattc-21" marginwidth="0" marginheight="0" border="0" style="border:none;" frameborder="0" height="1000" scrolling="no" width="800"></iframe></p>
    Thread Starter rawfood2

    (@rawfood2)

    Thanks!! I did it…but it didn’t change anything. I didn’t add any /div’s and if I take one away it probably messes up the code, correct?

    I can see the result;

    clear the browser cache – ‘CTRL F5’ or ‘reload’ or whatever your browser needs.

    Thread Starter rawfood2

    (@rawfood2)

    I works!! Thanks!! You are my hero today! You saved me so much time!
    I have another question about the opt-in field on the right side here (the text in the green line doesn’t seem to be correct in there)…but probably post that in another post.https://sonjawatt.com/camps

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove rest of sidebars – intrepidity theme??’ is closed to new replies.