Some Changes In Addon Of Newsberg Template - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Some Changes In Addon Of Newsberg Template

GZ

Ghada Zoubi

Template 4 years ago

Hello My website : https://alweaamparty.com/new I have a newsberg template and I am using Articles layout addon I need the image to be in the top and the subject and breef of content under it it now : https://prnt.sc/106h4ks I want it like this : https://prnt.sc/106h55k ... can we ??

0
11 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #8370

Hi there!

Thanks for your query!

The articles layout addon has 8 different layout choosing options!

https://prnt.sc/106sj1o

Please check them out to find which one suits you better.

If you want something that is not available requires code customization and hence beyound support.

Hope you understands:)

Best Regards

0
GZ
Ghada Zoubi
Accepted Answer
4 years ago #8755

Thank you I used another layout but what happend is the next addon gone to the next line !! https://prnt.sc/10agcot it must be like this : https://prnt.sc/10age3h

another question ... how can I make the thumbil 250 x 250px ??? this one : https://prnt.sc/10agf2e

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #8760

Hi,

Sorry for the inconvenience!

The following documentation may help you about blog images:

https://www.joomshaper.com/documentation/helix-framework/helixultimate/blog-settings

Best Regards

0
GZ
Ghada Zoubi
Accepted Answer
4 years ago #9128

I used another layout but what happend is the next addon gone to the next line !! https://prnt.sc/10agcot it must be like this : https://prnt.sc/10age3h

0
GZ
Ghada Zoubi
Accepted Answer
4 years ago #9669

Please Advise

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #10449

Hello!

Please take my sincere apology!

I have checked all layout variations in my local, but no issue found.

So I am looking into your site to find out the reason for this behavior.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #10561

Hi,

I have created a test row below and keep the same layout you used above and it is working well. So, I have left the row for you. Maybe problem causes by any extra code?

I think you need to recreate it.

Best Regards

0
GZ
Ghada Zoubi
Accepted Answer
4 years ago #10608

Hello I changed the layout in your row and it the same error !!! what I did is :

  1. Disable Slider
  2. choose special category
  3. disable Show Category
  4. disable date
  5. disable read more

that what I did please advise

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #12917

Hi,

Sorry for the delayed response:(

I will check the issue again...

Regards

0
GZ
Ghada Zoubi
Accepted Answer
4 years ago #16806

One month with no response :(

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #23524

Hi,

Please take my sincere apology!

Kindly put the follwoing code in your custom CSS:

#section-id-1576761417304 .sppb-row-container, #section-id-1615837340255 .sppb-row-container{
    display: flex;
}

#section-id-1576761417304 .sppb-row-container .sppb-row .sppb-col-md-6#column-wrap-id-1576761417303, #section-id-1615837340255 .sppb-row-container .sppb-row .sppb-col-md-6#column-wrap-id-1615837340253{
    flex: 0 0 100%;
    max-width: 100%;
}

Hope this will solve the issue for now.

Best Regards

0