Joomla Blog Layout With Helix - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Joomla Blog Layout With Helix

MS

Martin Seidl

Helix Framework 4 years ago

Hi Team, see here: https://mero.arkiadesign.de/bodensysteme-21/service-bodensysteme/bodensysteme-projektberichte-2.html

The jooml articles in blog layout have no margin-left. what to do?

0
7 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #16525

Hello there,

Please, send us a screenshot to understand the situation better. What kind of modification you are seeking for there?

Thanks!

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #16443

Hello there,

Add this code to custom CSS section.

#sp-main-body{
  padding-left:40px !important;
}

Thanks!

0
MS
Martin Seidl
Accepted Answer
4 years ago #16445

Hi Muntasir, thnx, it works but then there is less margin-left like here: https://mero.arkiadesign.de/bodensysteme-21/service-bodensysteme/bodensysteme-projektberichte-2.html?field1%5B%5D=deutschland&gsearch=1&moduleId=393#gsearch-results

this is the same page but after filter searching (with search results)

can you give me the code so that margins before and after filtering are the same, thnx :-)

Update!!!! the code is not good for it chages each side!!!!

0
Pavel
Pavel
Accepted Answer
4 years ago #16446
#sp-main-body{
  padding-left:40px !important;
}

This is not the right solution. Your layout looks like you were activated Fluid Width option for the Main Body section, and then through CSS crutches began to correct it. For example, this code for what?

@media (min-width: 1200px){
body.view-featured #sp-main-body .row{
    max-width: 1140px;
    margin:0 auto;
}

In fact, you recreate the CONTAINER option, which also does the same from the box. Remove padding-left: 40px, delete your code for body.view-featured #sp-main-body .row and simply disable the Fluid Width option for Main Body.

0
MS
Martin Seidl
Accepted Answer
4 years ago #16449

Pavel!!!!!!!!!!! You saved not my day but my life!!!!!!! Thnx so much. there where so many page with blog layout, joomla articles where I had the problem with no margins on the sides! I am so happy man!

Can u help me for another prob? It is about a displaying news nicely with joomla articles as source, where I can click on "read further". The joomla article addon in PB is not very helpful for I need lists in the news text and this does not work. see here: https://mero.arkiadesign.de/ scroll down to the section "/ NEWS AKTUELLE PROJEKTE" ( would like to send screenshot but dont know how, cant attach anything)

0
MS
Martin Seidl
Accepted Answer
4 years ago #16530

I wrote so much, I found another solution, thnx

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #16534

We are glad to know that.

Enjoy!

0