• carmen1

    (@mcchortelano)


    Hi, I have an online shop in my blog, from Amazon affiliate programme, How do I remove the scroll bar so that users don’t have to keep moving the shop right and left and the shop is in full width?

    http://travelingaddict.com/store/

    The theme I use is called Thenty Ten.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    try to add this (possibly best via a ‘custom CSS’ plugin):

    .page-id-2 .one-column #content { width: 800px; }

    adjust the width to your liking…

    .page-id-2 makes this specific to the linked page.

    Thread Starter carmen1

    (@mcchortelano)

    hmmm thanks but I’m new in wp and no idea how to add this. Where do I go for that?, and what width value should I enter?

    Thread Starter carmen1

    (@mcchortelano)

    Do I copy paste .page-id-2 .one-column #content { width: 800px; }

    And where do I go to add it?

    Michael

    (@alchymyth)

    in the most basic way (but not recommended), add the suggested CSS at the end of style.css of your theme.
    https://codex.wordpress.org/Editing_Files

    better, use one of the ‘custom CSS’ plugins https://wordpress.org/plugins/search.php?q=custom+css to add the CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove the scroll bar?’ is closed to new replies.