Forum Replies Created
list of topics you have created till now.
-
-
I just made the changes and theres no difference :(
Could you please send me which lines did you change in functions.php and style.css?
Thanks a lot.Hi Mehmet,
which part of new theme solve the issue with link sharing?
I made to much changes in the theme so I cant really just overwrite it :(
Thank you.
Peterwell nothing changed, any other idea?
still no change
I used the code and there is no change. What can be wrong?
yes, now the layout is 100% width but the text is broken. Is it possible to make a new page template which will be 100% width with “old” text/content alignment?
please help me, I would love to use this for a home page.
peter
well, i think you dont get what i want..
what i try to create is – full browser width section on full width page.
so far i did this
http://www.smarthappy.eu/bla/but the negative right margin is still where the text is…. maybe I am explaining it wrong..
I am not interested about buttons or colors.
What is the code for creating full width section – css?
thank.
peterHow can I put Arial as a main font for content and titles?
Just solved it with recent posts shortcode.
I followed this manual http://web-design-weekly.com/blog/snippets/recent-post-shortcode/
We dont undestand each other.
Look at my site http://www.smarthappy.eu/At home page there are 2 most recent blog posts. I would like to keep them as they look like (no masonry view).
Then I would like to have “normal blog” with masonry view (means no home page) where will be all others blog posts, tags and so on.
So maybe a solution could be a shortcode for recent blogs which I can use for a homepage. And then connect my posts with a blog page.
But I dont know how to do it.
Well can you give me a hint how to do it (limit container width with custom css to shrink columns)
Hi lets say I dont want to use the whole 12 points wide size. I would like to use 6 +3 but then the blog is aligned on the left and on the right is too much white space. How can I center it?
Thanks.
jQuery(document).ready(function($) {
$(‘#primary.span7’).removeClass(‘span7’).addClass(‘span8’);
$(‘#secondary.span5’).removeClass(‘span5’).addClass(‘span4’);
});