Post index site layout

Hey is there a way where i can change the look of the index site for my posts, it looks messy, and i can’t change the background color.

i looks like this: https://annelene.net/blog/

and would really like to have it more like this, without the description: https://nathasjavosgerau.dk/blog/

hope you can help me.

Hi Annelene,

Unfortunately, there is no option in the theme for making the blog listing page like the one that you have mentioned. You can go to X > Theme Options > Blog and set the blog page to standard instead of masonry and it will have a more standard view that the masonry view.

But anyway, the changes will need CSS customization which is outside of our support scope and you will need to hire a developer to implement such a feature for you.

To make sure that we give you all a point to start is that you need to force the image to float left and the text to float right and set the width of the image and text 50%.

1- To find the proper CSS code selector use the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.w3schools.com/css/css_float.asp

Thank you.

hmm okay, that annoying :confused:

I’m also having trouble with my pictures in the blog post, i want the picture be right underneath the navbar, just as it is in my other pages.

i want it to be like this:
¨

Hi Annelene,

On Theme Options > Integrity there is an Option Navbar transparency. That offers full transparency. Not exactly like on your image. Though you can inspect your navbar and adjust transparency using CSS. It can then be added on Theme Options > Global CSS

Here’s your guide:

Then on Header, you set Navbar position to FIXED TOP:
Theme_Options_X

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.