• Closed
  • Egil Aasgaard
    Spectator
    February 25, 2016 at 3:23 pm #24667

    Hey, web jordhammar.se
    I wish to remove the lines that settles on the sides.
    Click on “News” in the menu, you’ll see how it looks.
    They can not control, they interfere so I want to have them, but not figuring out how I’m doing.
    Can you help me?
    I’ve Evolve +

    Denzel Chia
    Moderator
    Posts: 2672
    February 26, 2016 at 1:09 am #24688

    Hi,

    I cannot find your “News” in your menu, there is no English text there.

    Use the following in your Theme Options -> Custom CSS
    It will remove backgound css due to css conflict with your site origin page builder plugin.

    .entry-content .widget::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    Thank you

    Egil Aasgaard
    Spectator
    Posts: 4
    February 29, 2016 at 11:31 am #24814

    If you look at the home page, so you see gray lines at the bottom, in the text and the image. I wish to remove these. Then you can not make changes to the stylesheet.
    How do I do that?

    Egil Aasgaard
    Spectator
    Posts: 4
    February 29, 2016 at 11:52 am #24818

    The lines are now gone, apart from a few isolated behind the images.

    Denzel Chia
    Moderator
    Posts: 2672
    March 1, 2016 at 1:11 am #24866

    Hi,

    Please use the following.

    .menu-header::after{
    background:none !important;
    }

    Thank you

    Egil Aasgaard
    Spectator
    Posts: 4
    March 1, 2016 at 10:50 am #24870

    It worked, thank you very much.

    Denzel Chia
    Moderator
    Posts: 2672
    March 1, 2016 at 11:38 pm #24878

    You are welcome!

    Egil Aasgaard
    Spectator
    Posts: 4
    March 2, 2016 at 1:13 pm #24896

    jordhammar.se
    If you look at tab “WordOne”, that is not the title and the text paragraph in line to the left, which is under the tab “Snickeri”.
    How do I change this, heading and paragraph of text should be aligned to the left.

    Denzel Chia
    Moderator
    Posts: 2672
    March 3, 2016 at 12:54 am #24957

    Hi,

    Your alignments on this page is correct.
    http://www.jordhammar.se/snickeri/

    Redo you page layout on this page http://www.jordhammar.se/wordone/ according to what you have on http://www.jordhammar.se/snickeri/

    You are using the site origins page builder which is not our product, therefore you cannot expect it to work properly out of the box.

    Thank you.