Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Menu issue #81691
    Bandit
    Member

    It worked just fine, but I changed the font type so it looks good anyway, but thanks I shall save this if I remake my site. The adress is: http://www.mickesei.se

    in reply to: Menu issue #81689
    Bandit
    Member

    I looked in to that code it worked but on wrong menu, I have the secondary as my primary because I have a banner and I want the menu below it.

    in reply to: Menu issue #81688
    Bandit
    Member

    I haven’t touch the core file I just looked where the code line was there because I have a childtheme and the lines for the code isn’t the same. I’ll test that code and see if it works. Thanx

    in reply to: Cuts in text #64341
    Bandit
    Member

    I’ve solved it self, I saw that in Microsoft Edge there where no cuts so I looked in the Style.css and found whats made it break the word and disabled it..

    .site-content article {
    	border-bottom: 1px solid #eee;
    	word-wrap: break-word;
    	-webkit-hyphens: auto;
    	/*-moz-hyphens: auto;*/
    	hyphens: auto;	
    }
Viewing 4 posts - 1 through 4 (of 4 total)