Jump to content

[SOLVED] How to adapt the text width to fill all the screen-width?


Recommended Posts

Hi everybody,

 

I've got a problem with the text of the "last posts" section of our shop-blog http://nutri-cosmetica.com/es/blog

 

If you see this sreencapture, the text doesn't fill all the width of the screen:

 

hueco.jpg

 

Please, could anybody tell me how to change that on CSS? I've tried several ways but they don't seem to work :(

 

Thanks!

Edited by Antakarana (see edit history)
Link to comment
Share on other sites

 

 

 

Find the folder with the module blog css file and specify the width

 

 

#post_list ul li .detail_left {

  • float: left;
  • width: 590px;

}

 

 

 

Thanks for your answer... I've tried what you've said. Now the problem is that the theme is responsive so when you see the page in a little screen the text doesn't fill correctly.

 

responsive.jpg

 

Is there a way to tell the text to adapt itself to the screen limits?

 

thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...