Tagged: Blog
Hello Guys,
Sorry bout the terrible question, but how can I set my blog layout to show exactly as
http://kriesi.at/themes/enfold/blog/blog-single-small/ ?
Mine is looking different, the preview image is on top of the title…
http://abstelemetria.web2235.uni5.net/site/wordpress/produtos/modem-celular-teste/
Ty a lot!
Hi Jubaboxer!
That styling gets set when you remove the sidebar and display the page as fullwidth. It looks like you set the page back to a sidebar layout though.
To get rid of the border on the right drag a codeblock element to the page content and add this inside.
<style type = "text/css">
.content { border-right: 0px !important; }
</style>
Regards,
Elliott
Hi Elliot, ty for response!
I have a lot of products as posts, there´s some way to get rid of the border in ALL pages at once, but not on the posts?
Ty!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Stylign tab
.page .content { border-right: 0px !important; }
Best regards,
Yigit
Ty a lot guys, it worked!